Html Css Color HEX #8DAB0E Citrus

📋 copy color: '#8DAB0E'

red 141 ◦ green 171 ◦ blue 14

#8DAB0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #8DAB0E

Tints of Citrus #8DAB0E

RGB

 RED value IS 141 (55.47% from 255) = 43.25%

 GREEN value IS 171 (67.19% from 255) = 52.45%

 BLUE value IS 14 (5.86% from 255) = 4.29%

R = 43.25%
G = 52.45%
B = 4.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#8DAB0E (or 0x8DAB0E) is known color: Citrus. HEX triplet: 8D, AB and 0E. RGB value is (141,171,14). Sum of RGB (Red+Green+Blue) = 141+171+14=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAB0E is #7254F1. Grayscale: #909090. Windows color (decimal): -7492850 or 961421. OLE color: 961421.

HSL color Cylindrical-coordinate representation of color #8DAB0E: hue angle of 71.46º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DAB0E is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 171 14 -
CMYK 0.18 0 0.92 0.33
HSL 71.46º 0.85% 0.36% -
HSV(B) 71.46º 0.92% 0.67% -
XYZ 25.63 34.82 5.79 -
YUV 144.13 54.56 125.77 -
System Red Green Blue C M Y K H S L
Decimal 141 171 14 0.18 0 0.92 0.33 71.46 0.85 0.36
Hex 8D AB E 12 0 5C 21 47 55 24
Octal 215 253 16 22 0 134 41 107 125 44
Binary 10001101 10101011 1110 10010 0 1011100 100001 1000111 1010101 100100

Color Harmonies of #8DAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAB0E

Black with #8DAB0E

Text Example


Text Example

White with #8DAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,171,14); }

 H1.HeaderClassName
 {
   color: #8DAB0E;
 }
 .AnyTagClassName
 {
   color: #8DAB0E;
 }
</style>

background-color css

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

 a { background-color: rgb(141,171,14); }

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

border-color css

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

 span { border-color: rgb(141,171,14); }

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