Html Css Color HEX #90D202 Citrus

📋 copy color: '#90D202'

red 144 ◦ green 210 ◦ blue 2

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

Shades of Citrus #90D202

Tints of Citrus #90D202

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.99%

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

R = 40.45%
G = 58.99%
B = 0.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#90D202 (or 0x90D202) is known color: Citrus. HEX triplet: 90, D2 and 02. RGB value is (144,210,2). Sum of RGB (Red+Green+Blue) = 144+210+2=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #90D202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90D202 is #6F2DFD. Grayscale: #A7A7A7. Windows color (decimal): -7286270 or 184976. OLE color: 184976.

HSL color Cylindrical-coordinate representation of color #90D202: hue angle of 79.04º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90D202 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 210 2 -
CMYK 0.31 0 0.99 0.18
HSL 79.04º 0.98% 0.42% -
HSV(B) 79.04º 0.99% 0.82% -
XYZ 34.56 52.03 8.28 -
YUV 166.55 35.13 111.91 -
System Red Green Blue C M Y K H S L
Decimal 144 210 2 0.31 0 0.99 0.18 79.04 0.98 0.42
Hex 90 D2 2 1F 0 63 12 4F 62 2A
Octal 220 322 2 37 0 143 22 117 142 52
Binary 10010000 11010010 10 11111 0 1100011 10010 1001111 1100010 101010

Color Harmonies of #90D202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D202

Black with #90D202

Text Example


Text Example

White with #90D202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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