#8CA807

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

Shades of Citrus #8CA807

Tints of Citrus #8CA807

Color information

#8CA807 (or 0x8CA807) is unknown color: approx Citrus. HEX triplet: 8C, A8 and 07. RGB value is (140,168,7). Sum of RGB (Red+Green+Blue) = 140+168+7=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 168 (66.02% from 255 or 53.33% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA807 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA807 is #7357F8. Grayscale: #8D8D8D. Windows color (decimal): -7559161 or 501900. OLE color: 501900.

HSL color Cylindrical-coordinate representation of color #8CA807: hue angle of 70.43º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CA807 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB1401687-
CMYK0.1700.960.34
HSL70.43º92%34.31%-
HSV(B)70.43º95.83%65.88%-
XYZ24.8633.65.38-
YUV141.2752.22127.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.44%
GREEN value IS 168 (66.02% from 255) = 53.33%
BLUE value IS 7 (3.12% from 255) = 2.22%
R=44.44%
G=53.33%
B=2.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal14016870.1700.960.3470.439234.31
Hex8CA871106022465c22
Octal21425072101404210613442
Binary1000110010101000111100010110000010001010001101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,168,7); }

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

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

 a { background-color: rgb(140,168,7); }

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

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

 span { border-color: rgb(140,168,7); }

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