#8CB30A

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

Shades of Citrus #8CB30A

Tints of Citrus #8CB30A

Color information

#8CB30A (or 0x8CB30A) is unknown color: approx Citrus. HEX triplet: 8C, B3 and 0A. RGB value is (140,179,10). Sum of RGB (Red+Green+Blue) = 140+179+10=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB30A is #734CF5. Grayscale: #949494. Windows color (decimal): -7556342 or 701324. OLE color: 701324.

HSL color Cylindrical-coordinate representation of color #8CB30A: hue angle of 73.85º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CB30A is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB14017910-
CMYK0.2200.940.30
HSL73.85º89.42%37.06%-
HSV(B)73.85º94.41%70.2%-
XYZ26.9937.846.17-
YUV148.0750.08122.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.55%
GREEN value IS 179 (70.31% from 255) = 54.41%
BLUE value IS 10 (4.30% from 255) = 3.04%
R=42.55%
G=54.41%
B=3.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140179100.2200.940.3073.8589.4237.06
Hex8CB3A1605E1E4a5925
Octal214263122601363611213145
Binary1000110010110011101010110010111101111010010101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,179,10); }

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

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

 a { background-color: rgb(140,179,10); }

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

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

 span { border-color: rgb(140,179,10); }

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