#8ABD0E

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

Shades of Citrus #8ABD0E

Tints of Citrus #8ABD0E

Color information

#8ABD0E (or 0x8ABD0E) is unknown color: approx Citrus. HEX triplet: 8A, BD and 0E. RGB value is (138,189,14). Sum of RGB (Red+Green+Blue) = 138+189+14=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABD0E is #7542F1. Grayscale: #9A9A9A. Windows color (decimal): -7684850 or 966026. OLE color: 966026.

HSL color Cylindrical-coordinate representation of color #8ABD0E: hue angle of 77.49º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8ABD0E is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB13818914-
CMYK0.2700.930.26
HSL77.49º86.21%39.8%-
HSV(B)77.49º92.59%74.12%-
XYZ28.7641.836.97-
YUV153.849.1116.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.47%
GREEN value IS 189 (74.22% from 255) = 55.43%
BLUE value IS 14 (5.86% from 255) = 4.11%
R=40.47%
G=55.43%
B=4.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138189140.2700.930.2677.4986.2139.8
Hex8ABDE1B05D1A4d5628
Octal212275163301353211512650
Binary1000101010111101111011011010111011101010011011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,189,14); }

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

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

 a { background-color: rgb(138,189,14); }

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

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

 span { border-color: rgb(138,189,14); }

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