Html Css Color HEX #8CA106 Citron

📋 copy color: '#8CA106'

red 140 ◦ green 161 ◦ blue 6

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

Shades of Citron #8CA106

Tints of Citron #8CA106

RGB

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

 GREEN value IS 161 (63.28% from 255) = 52.44%

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 45.6%
G = 52.44%
B = 1.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#8CA106 (or 0x8CA106) is known color: Citron. HEX triplet: 8C, A1 and 06. RGB value is (140,161,6). Sum of RGB (Red+Green+Blue) = 140+161+6=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA106 is #735EF9. Grayscale: #898989. Windows color (decimal): -7560954 or 434572. OLE color: 434572.

HSL color Cylindrical-coordinate representation of color #8CA106: hue angle of 68.13º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CA106 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 161 6 -
CMYK 0.13 0 0.96 0.37
HSL 68.13º 0.93% 0.33% -
HSV(B) 68.13º 0.96% 0.63% -
XYZ 23.59 31.08 4.93 -
YUV 137.05 54.04 130.1 -
System Red Green Blue C M Y K H S L
Decimal 140 161 6 0.13 0 0.96 0.37 68.13 0.93 0.33
Hex 8C A1 6 D 0 60 25 44 5D 21
Octal 214 241 6 15 0 140 45 104 135 41
Binary 10001100 10100001 110 1101 0 1100000 100101 1000100 1011101 100001

Color Harmonies of #8CA106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA106

Black with #8CA106

Text Example


Text Example

White with #8CA106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,161,6); }

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

background-color css

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

 a { background-color: rgb(140,161,6); }

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

border-color css

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

 span { border-color: rgb(140,161,6); }

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