Html Css Color HEX #8CA810 Citron

📋 copy color: '#8CA810'

red 140 ◦ green 168 ◦ blue 16

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

Shades of Citron #8CA810

Tints of Citron #8CA810

RGB

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

 GREEN value IS 168 (66.02% from 255) = 51.85%

 BLUE value IS 16 (6.64% from 255) = 4.94%

R = 43.21%
G = 51.85%
B = 4.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#8CA810 (or 0x8CA810) is known color: Citron. HEX triplet: 8C, A8 and 10. RGB value is (140,168,16). Sum of RGB (Red+Green+Blue) = 140+168+16=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 168 (66.02% from 255 or 51.85% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA810 is #7357EF. Grayscale: #8E8E8E. Windows color (decimal): -7559152 or 1091724. OLE color: 1091724.

HSL color Cylindrical-coordinate representation of color #8CA810: hue angle of 71.05º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CA810 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 140 168 16 -
CMYK 0.17 0 0.90 0.34
HSL 71.05º 0.83% 0.36% -
HSV(B) 71.05º 0.9% 0.66% -
XYZ 24.91 33.62 5.67 -
YUV 142.3 56.72 126.36 -
System Red Green Blue C M Y K H S L
Decimal 140 168 16 0.17 0 0.90 0.34 71.05 0.83 0.36
Hex 8C A8 10 11 0 5A 22 47 53 24
Octal 214 250 20 21 0 132 42 107 123 44
Binary 10001100 10101000 10000 10001 0 1011010 100010 1000111 1010011 100100

Color Harmonies of #8CA810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA810

Black with #8CA810

Text Example


Text Example

White with #8CA810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,168,16); }

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

background-color css

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

 a { background-color: rgb(140,168,16); }

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

border-color css

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

 span { border-color: rgb(140,168,16); }

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