Html Css Color HEX #90AD02 Citrus

📋 copy color: '#90AD02'

red 144 ◦ green 173 ◦ blue 2

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

Shades of Citrus #90AD02

Tints of Citrus #90AD02

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.23%

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

R = 45.14%
G = 54.23%
B = 0.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#90AD02 (or 0x90AD02) is known color: Citrus. HEX triplet: 90, AD and 02. RGB value is (144,173,2). Sum of RGB (Red+Green+Blue) = 144+173+2=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 173 (67.97% from 255 or 54.23% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AD02 is #6F52FD. Grayscale: #919191. Windows color (decimal): -7295742 or 175504. OLE color: 175504.

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

Color convert

RGB 144 173 2 -
CMYK 0.17 0 0.99 0.32
HSL 70.18º 0.98% 0.34% -
HSV(B) 70.18º 0.99% 0.68% -
XYZ 26.46 35.82 5.58 -
YUV 144.84 47.39 127.4 -
System Red Green Blue C M Y K H S L
Decimal 144 173 2 0.17 0 0.99 0.32 70.18 0.98 0.34
Hex 90 AD 2 11 0 63 20 46 62 22
Octal 220 255 2 21 0 143 40 106 142 42
Binary 10010000 10101101 10 10001 0 1100011 100000 1000110 1100010 100010

Color Harmonies of #90AD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AD02

Black with #90AD02

Text Example


Text Example

White with #90AD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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