#8CAE09

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

Shades of Citrus #8CAE09

Tints of Citrus #8CAE09

Color information

#8CAE09 (or 0x8CAE09) is unknown color: approx Citrus. HEX triplet: 8C, AE and 09. RGB value is (140,174,9). Sum of RGB (Red+Green+Blue) = 140+174+9=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAE09 is #7351F6. Grayscale: #919191. Windows color (decimal): -7557623 or 634508. OLE color: 634508.

HSL color Cylindrical-coordinate representation of color #8CAE09: hue angle of 72.36º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CAE09 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB1401749-
CMYK0.2000.950.32
HSL72.36º90.16%35.88%-
HSV(B)72.36º94.83%68.24%-
XYZ2635.875.81-
YUV145.0251.24124.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.34%
GREEN value IS 174 (68.36% from 255) = 53.87%
BLUE value IS 9 (3.91% from 255) = 2.79%
R=43.34%
G=53.87%
B=2.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14017490.2000.950.3272.3690.1635.88
Hex8CAE91405F20485a24
Octal214256112401374011013244
Binary10001100101011101001101000101111110000010010001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,174,9); }

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

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

 a { background-color: rgb(140,174,9); }

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

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

 span { border-color: rgb(140,174,9); }

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