#8CB30C

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

Shades of Citrus #8CB30C

Tints of Citrus #8CB30C

Color information

#8CB30C (or 0x8CB30C) is unknown color: approx Citrus. HEX triplet: 8C, B3 and 0C. RGB value is (140,179,12). Sum of RGB (Red+Green+Blue) = 140+179+12=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB30C is #734CF3. Grayscale: #949494. Windows color (decimal): -7556340 or 832396. OLE color: 832396.

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

Color convert

RGB14017912-
CMYK0.2200.930.30
HSL74.01º87.43%37.45%-
HSV(B)74.01º93.3%70.2%-
XYZ2737.846.23-
YUV148.351.08122.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 179 (70.31% from 255) = 54.08%
BLUE value IS 12 (5.08% from 255) = 3.63%
R=42.30%
G=54.08%
B=3.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140179120.2200.930.3074.0187.4337.45
Hex8CB3C1605D1E4a5725
Octal214263142601353611212745
Binary1000110010110011110010110010111011111010010101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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