Html Css Color HEX #8CA112 Citron

📋 copy color: '#8CA112'

red 140 ◦ green 161 ◦ blue 18

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

Shades of Citron #8CA112

Tints of Citron #8CA112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.64%

R = 43.89%
G = 50.47%
B = 5.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#8CA112 (or 0x8CA112) is known color: Citron. HEX triplet: 8C, A1 and 12. RGB value is (140,161,18). Sum of RGB (Red+Green+Blue) = 140+161+18=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA112 is #735EED. Grayscale: #8A8A8A. Windows color (decimal): -7560942 or 1221004. OLE color: 1221004.

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

Color convert

RGB 140 161 18 -
CMYK 0.13 0 0.89 0.37
HSL 68.81º 0.8% 0.35% -
HSV(B) 68.81º 0.89% 0.63% -
XYZ 23.67 31.11 5.33 -
YUV 138.42 60.04 129.13 -
System Red Green Blue C M Y K H S L
Decimal 140 161 18 0.13 0 0.89 0.37 68.81 0.8 0.35
Hex 8C A1 12 D 0 59 25 45 50 23
Octal 214 241 22 15 0 131 45 105 120 43
Binary 10001100 10100001 10010 1101 0 1011001 100101 1000101 1010000 100011

Color Harmonies of #8CA112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA112

Black with #8CA112

Text Example


Text Example

White with #8CA112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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