Html Css Color HEX #91AA14 Citron

📋 copy color: '#91AA14'

red 145 ◦ green 170 ◦ blue 20

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

Shades of Citron #91AA14

Tints of Citron #91AA14

RGB

 RED value IS 145 (57.03% from 255) = 43.28%

 GREEN value IS 170 (66.8% from 255) = 50.75%

 BLUE value IS 20 (8.2% from 255) = 5.97%

R = 43.28%
G = 50.75%
B = 5.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#91AA14 (or 0x91AA14) is known color: Citron. HEX triplet: 91, AA and 14. RGB value is (145,170,20). Sum of RGB (Red+Green+Blue) = 145+170+20=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #91AA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #91AA14 is #6E55EB. Grayscale: #929292. Windows color (decimal): -7230956 or 1354385. OLE color: 1354385.

HSL color Cylindrical-coordinate representation of color #91AA14: hue angle of 70º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #91AA14 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 170 20 -
CMYK 0.15 0 0.88 0.33
HSL 70º 0.79% 0.37% -
HSV(B) 70º 0.88% 0.67% -
XYZ 26.18 34.82 6 -
YUV 145.43 57.22 127.7 -
System Red Green Blue C M Y K H S L
Decimal 145 170 20 0.15 0 0.88 0.33 70 0.79 0.37
Hex 91 AA 14 F 0 58 21 46 4F 25
Octal 221 252 24 17 0 130 41 106 117 45
Binary 10010001 10101010 10100 1111 0 1011000 100001 1000110 1001111 100101

Color Harmonies of #91AA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AA14

Black with #91AA14

Text Example


Text Example

White with #91AA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91AA14; }

 p { color: rgb(145,170,20); }

 H1.HeaderClassName
 {
   color: #91AA14;
 }
 .AnyTagClassName
 {
   color: #91AA14;
 }
</style>

background-color css

<style>
 a { background-color: #91AA14; }

 a { background-color: rgb(145,170,20); }

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

border-color css

<style>
 span { border-color: #91AA14; }

 span { border-color: rgb(145,170,20); }

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