Html Css Color HEX #8CA416 Citron

📋 copy color: '#8CA416'

red 140 ◦ green 164 ◦ blue 22

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

Shades of Citron #8CA416

Tints of Citron #8CA416

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.31%

 BLUE value IS 22 (8.98% from 255) = 6.75%

R = 42.94%
G = 50.31%
B = 6.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#8CA416 (or 0x8CA416) is known color: Citron. HEX triplet: 8C, A4 and 16. RGB value is (140,164,22). Sum of RGB (Red+Green+Blue) = 140+164+22=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA416 is #735BE9. Grayscale: #8D8D8D. Windows color (decimal): -7560170 or 1483916. OLE color: 1483916.

HSL color Cylindrical-coordinate representation of color #8CA416: hue angle of 70.14º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8CA416 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 164 22 -
CMYK 0.15 0 0.87 0.36
HSL 70.14º 0.76% 0.36% -
HSV(B) 70.14º 0.87% 0.64% -
XYZ 24.24 32.18 5.69 -
YUV 140.64 61.05 127.55 -
System Red Green Blue C M Y K H S L
Decimal 140 164 22 0.15 0 0.87 0.36 70.14 0.76 0.36
Hex 8C A4 16 F 0 57 24 46 4C 24
Octal 214 244 26 17 0 127 44 106 114 44
Binary 10001100 10100100 10110 1111 0 1010111 100100 1000110 1001100 100100

Color Harmonies of #8CA416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA416

Black with #8CA416

Text Example


Text Example

White with #8CA416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,164,22); }

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

background-color css

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

 a { background-color: rgb(140,164,22); }

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

border-color css

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

 span { border-color: rgb(140,164,22); }

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