#8ABF0C

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

Shades of Citrus #8ABF0C

Tints of Citrus #8ABF0C

Color information

#8ABF0C (or 0x8ABF0C) is unknown color: approx Citrus. HEX triplet: 8A, BF and 0C. RGB value is (138,191,12). Sum of RGB (Red+Green+Blue) = 138+191+12=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABF0C is #7540F3. Grayscale: #9B9B9B. Windows color (decimal): -7684340 or 835466. OLE color: 835466.

HSL color Cylindrical-coordinate representation of color #8ABF0C: hue angle of 77.77º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8ABF0C is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB13819112-
CMYK0.2800.940.25
HSL77.77º88.18%39.8%-
HSV(B)77.77º93.72%74.9%-
XYZ29.1842.697.05-
YUV154.7547.44116.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.47%
GREEN value IS 191 (75% from 255) = 56.01%
BLUE value IS 12 (5.08% from 255) = 3.52%
R=40.47%
G=56.01%
B=3.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138191120.2800.940.2577.7788.1839.8
Hex8ABFC1C05E194e5828
Octal212277143401363111613050
Binary1000101010111111110011100010111101100110011101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,191,12); }

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

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

 a { background-color: rgb(138,191,12); }

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

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

 span { border-color: rgb(138,191,12); }

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