Html Css Color HEX #8CAC0E Citrus

📋 copy color: '#8CAC0E'

red 140 ◦ green 172 ◦ blue 14

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

Shades of Citrus #8CAC0E

Tints of Citrus #8CAC0E

RGB

 RED value IS 140 (55.08% from 255) = 42.94%

 GREEN value IS 172 (67.58% from 255) = 52.76%

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

R = 42.94%
G = 52.76%
B = 4.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#8CAC0E (or 0x8CAC0E) is known color: Citrus. HEX triplet: 8C, AC and 0E. RGB value is (140,172,14). Sum of RGB (Red+Green+Blue) = 140+172+14=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAC0E is #7353F1. Grayscale: #919191. Windows color (decimal): -7558130 or 961676. OLE color: 961676.

HSL color Cylindrical-coordinate representation of color #8CAC0E: hue angle of 72.15º 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 #8CAC0E is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 172 14 -
CMYK 0.19 0 0.92 0.33
HSL 72.15º 0.85% 0.36% -
HSV(B) 72.15º 0.92% 0.67% -
XYZ 25.65 35.11 5.84 -
YUV 144.42 54.4 124.85 -
System Red Green Blue C M Y K H S L
Decimal 140 172 14 0.19 0 0.92 0.33 72.15 0.85 0.36
Hex 8C AC E 13 0 5C 21 48 55 24
Octal 214 254 16 23 0 134 41 110 125 44
Binary 10001100 10101100 1110 10011 0 1011100 100001 1001000 1010101 100100

Color Harmonies of #8CAC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC0E

Black with #8CAC0E

Text Example


Text Example

White with #8CAC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,172,14); }

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

background-color css

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

 a { background-color: rgb(140,172,14); }

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

border-color css

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

 span { border-color: rgb(140,172,14); }

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