#8AA30E

Color #8AA30E Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #8AA30E

Tints of Citron #8AA30E

Color information

#8AA30E (or 0x8AA30E) is unknown color: approx Citron. HEX triplet: 8A, A3 and 0E. RGB value is (138,163,14). Sum of RGB (Red+Green+Blue) = 138+163+14=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA30E is #755CF1. Grayscale: #8B8B8B. Windows color (decimal): -7691506 or 959370. OLE color: 959370.

HSL color Cylindrical-coordinate representation of color #8AA30E: hue angle of 70.07º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8AA30E is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB13816314-
CMYK0.1500.910.36
HSL70.07º84.18%34.71%-
HSV(B)70.07º91.41%63.92%-
XYZ23.6631.635.27-
YUV138.5457.72127.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 43.81%
GREEN value IS 163 (64.06% from 255) = 51.75%
BLUE value IS 14 (5.86% from 255) = 4.44%
R=43.81%
G=51.75%
B=4.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138163140.1500.910.3670.0784.1834.71
Hex8AA3EF05B24465423
Octal212243161701334410612443
Binary1000101010100011111011110101101110010010001101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA30E; }

 p { color: rgb(138,163,14); }

 H1.HeaderClassName
 {
   color: #8AA30E;
 }
 .AnyTagClassName
 {
   color: #8AA30E;
 }
</style>
background-color css

<style>
 a { background-color: #8AA30E; }

 a { background-color: rgb(138,163,14); }

 div.DivClassName
 {
   background-color: #8AA30E;
 }
 .BgClassName
 {
   background-color: #8AA30E;
 }
</style>
border-color css

<style>
 span { border-color: #8AA30E; }

 span { border-color: rgb(138,163,14); }

 td.TdClassName
 {
   border-color: #8AA30E;
 }
 .TagClassName
 {
   border-color: #8AA30E;
 }
</style>