Html Css Color HEX #90AF11 Citrus

📋 copy color: '#90AF11'

red 144 ◦ green 175 ◦ blue 17

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

Shades of Citrus #90AF11

Tints of Citrus #90AF11

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.08%

 BLUE value IS 17 (7.03% from 255) = 5.06%

R = 42.86%
G = 52.08%
B = 5.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#90AF11 (or 0x90AF11) is known color: Citrus. HEX triplet: 90, AF and 11. RGB value is (144,175,17). Sum of RGB (Red+Green+Blue) = 144+175+17=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AF11 is #6F50EE. Grayscale: #949494. Windows color (decimal): -7295215 or 1159056. OLE color: 1159056.

HSL color Cylindrical-coordinate representation of color #90AF11: hue angle of 71.77º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90AF11 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 175 17 -
CMYK 0.18 0 0.90 0.31
HSL 71.77º 0.82% 0.38% -
HSV(B) 71.77º 0.9% 0.69% -
XYZ 26.93 36.63 6.18 -
YUV 147.72 54.23 125.35 -
System Red Green Blue C M Y K H S L
Decimal 144 175 17 0.18 0 0.90 0.31 71.77 0.82 0.38
Hex 90 AF 11 12 0 5A 1F 48 52 26
Octal 220 257 21 22 0 132 37 110 122 46
Binary 10010000 10101111 10001 10010 0 1011010 11111 1001000 1010010 100110

Color Harmonies of #90AF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AF11

Black with #90AF11

Text Example


Text Example

White with #90AF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,175,17); }

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

background-color css

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

 a { background-color: rgb(144,175,17); }

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

border-color css

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

 span { border-color: rgb(144,175,17); }

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