Html Css Color HEX #8CA60C Citron

📋 copy color: '#8CA60C'

red 140 ◦ green 166 ◦ blue 12

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

Shades of Citron #8CA60C

Tints of Citron #8CA60C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.2%

 BLUE value IS 12 (5.08% from 255) = 3.77%

R = 44.03%
G = 52.2%
B = 3.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#8CA60C (or 0x8CA60C) is known color: Citron. HEX triplet: 8C, A6 and 0C. RGB value is (140,166,12). Sum of RGB (Red+Green+Blue) = 140+166+12=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA60C is #7359F3. Grayscale: #8D8D8D. Windows color (decimal): -7559668 or 829068. OLE color: 829068.

HSL color Cylindrical-coordinate representation of color #8CA60C: hue angle of 70.13º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CA60C is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 166 12 -
CMYK 0.16 0 0.93 0.35
HSL 70.13º 0.87% 0.35% -
HSV(B) 70.13º 0.93% 0.65% -
XYZ 24.52 32.87 5.4 -
YUV 140.67 55.39 127.52 -
System Red Green Blue C M Y K H S L
Decimal 140 166 12 0.16 0 0.93 0.35 70.13 0.87 0.35
Hex 8C A6 C 10 0 5D 23 46 57 23
Octal 214 246 14 20 0 135 43 106 127 43
Binary 10001100 10100110 1100 10000 0 1011101 100011 1000110 1010111 100011

Color Harmonies of #8CA60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA60C

Black with #8CA60C

Text Example


Text Example

White with #8CA60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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