Html Css Color HEX #90AF06 Citrus

📋 copy color: '#90AF06'

red 144 ◦ green 175 ◦ blue 6

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

Shades of Citrus #90AF06

Tints of Citrus #90AF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 44.31%
G = 53.85%
B = 1.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#90AF06 (or 0x90AF06) is known color: Citrus. HEX triplet: 90, AF and 06. RGB value is (144,175,6). Sum of RGB (Red+Green+Blue) = 144+175+6=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AF06 is #6F50F9. Grayscale: #939393. Windows color (decimal): -7295226 or 438160. OLE color: 438160.

HSL color Cylindrical-coordinate representation of color #90AF06: hue angle of 71.01º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90AF06 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 175 6 -
CMYK 0.18 0 0.97 0.31
HSL 71.01º 0.93% 0.35% -
HSV(B) 71.01º 0.97% 0.69% -
XYZ 26.86 36.6 5.82 -
YUV 146.47 48.73 126.24 -
System Red Green Blue C M Y K H S L
Decimal 144 175 6 0.18 0 0.97 0.31 71.01 0.93 0.35
Hex 90 AF 6 12 0 61 1F 47 5D 23
Octal 220 257 6 22 0 141 37 107 135 43
Binary 10010000 10101111 110 10010 0 1100001 11111 1000111 1011101 100011

Color Harmonies of #90AF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AF06

Black with #90AF06

Text Example


Text Example

White with #90AF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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