Html Css Color HEX #8CA910 Citron

📋 copy color: '#8CA910'

red 140 ◦ green 169 ◦ blue 16

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

Shades of Citron #8CA910

Tints of Citron #8CA910

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52%

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

R = 43.08%
G = 52%
B = 4.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#8CA910 (or 0x8CA910) is known color: Citron. HEX triplet: 8C, A9 and 10. RGB value is (140,169,16). Sum of RGB (Red+Green+Blue) = 140+169+16=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA910 is #7356EF. Grayscale: #8F8F8F. Windows color (decimal): -7558896 or 1091980. OLE color: 1091980.

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

Color convert

RGB 140 169 16 -
CMYK 0.17 0 0.91 0.34
HSL 71.37º 0.83% 0.36% -
HSV(B) 71.37º 0.91% 0.66% -
XYZ 25.1 33.99 5.73 -
YUV 142.89 56.39 125.94 -
System Red Green Blue C M Y K H S L
Decimal 140 169 16 0.17 0 0.91 0.34 71.37 0.83 0.36
Hex 8C A9 10 11 0 5B 22 47 53 24
Octal 214 251 20 21 0 133 42 107 123 44
Binary 10001100 10101001 10000 10001 0 1011011 100010 1000111 1010011 100100

Color Harmonies of #8CA910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA910

Black with #8CA910

Text Example


Text Example

White with #8CA910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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