Html Css Color HEX #90A802 Citrus

📋 copy color: '#90A802'

red 144 ◦ green 168 ◦ blue 2

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

Shades of Citrus #90A802

Tints of Citrus #90A802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53.5%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 45.86%
G = 53.5%
B = 0.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#90A802 (or 0x90A802) is known color: Citrus. HEX triplet: 90, A8 and 02. RGB value is (144,168,2). Sum of RGB (Red+Green+Blue) = 144+168+2=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 168 (66.02% from 255 or 53.50% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 168 - color contains mainly: green. Hex color #90A802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A802 is #6F57FD. Grayscale: #8E8E8E. Windows color (decimal): -7297022 or 174224. OLE color: 174224.

HSL color Cylindrical-coordinate representation of color #90A802: hue angle of 68.67º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90A802 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 144 168 2 -
CMYK 0.14 0 0.99 0.34
HSL 68.67º 0.98% 0.33% -
HSV(B) 68.67º 0.99% 0.66% -
XYZ 25.52 33.94 5.26 -
YUV 141.9 49.05 129.5 -
System Red Green Blue C M Y K H S L
Decimal 144 168 2 0.14 0 0.99 0.34 68.67 0.98 0.33
Hex 90 A8 2 E 0 63 22 45 62 21
Octal 220 250 2 16 0 143 42 105 142 41
Binary 10010000 10101000 10 1110 0 1100011 100010 1000101 1100010 100001

Color Harmonies of #90A802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A802

Black with #90A802

Text Example


Text Example

White with #90A802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,168,2); }

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

background-color css

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

 a { background-color: rgb(144,168,2); }

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

border-color css

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

 span { border-color: rgb(144,168,2); }

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