Html Css Color HEX #90AA10 Citrus

📋 copy color: '#90AA10'

red 144 ◦ green 170 ◦ blue 16

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

Shades of Citrus #90AA10

Tints of Citrus #90AA10

RGB

 RED value IS 144 (56.64% from 255) = 43.64%

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

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

R = 43.64%
G = 51.52%
B = 4.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#90AA10 (or 0x90AA10) is known color: Citrus. HEX triplet: 90, AA and 10. RGB value is (144,170,16). Sum of RGB (Red+Green+Blue) = 144+170+16=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AA10 is #6F55EF. Grayscale: #919191. Windows color (decimal): -7296496 or 1092240. OLE color: 1092240.

HSL color Cylindrical-coordinate representation of color #90AA10: hue angle of 70.13º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90AA10 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 170 16 -
CMYK 0.15 0 0.91 0.33
HSL 70.13º 0.83% 0.36% -
HSV(B) 70.13º 0.91% 0.67% -
XYZ 25.97 34.72 5.82 -
YUV 144.67 55.39 127.52 -
System Red Green Blue C M Y K H S L
Decimal 144 170 16 0.15 0 0.91 0.33 70.13 0.83 0.36
Hex 90 AA 10 F 0 5B 21 46 53 24
Octal 220 252 20 17 0 133 41 106 123 44
Binary 10010000 10101010 10000 1111 0 1011011 100001 1000110 1010011 100100

Color Harmonies of #90AA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AA10

Black with #90AA10

Text Example


Text Example

White with #90AA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90AA10; }

 p { color: rgb(144,170,16); }

 H1.HeaderClassName
 {
   color: #90AA10;
 }
 .AnyTagClassName
 {
   color: #90AA10;
 }
</style>

background-color css

<style>
 a { background-color: #90AA10; }

 a { background-color: rgb(144,170,16); }

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

border-color css

<style>
 span { border-color: #90AA10; }

 span { border-color: rgb(144,170,16); }

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