Html Css Color HEX #90D102 Citrus

📋 copy color: '#90D102'

red 144 ◦ green 209 ◦ blue 2

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

Shades of Citrus #90D102

Tints of Citrus #90D102

RGB

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

 GREEN value IS 209 (82.03% from 255) = 58.87%

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

R = 40.56%
G = 58.87%
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

#90D102 (or 0x90D102) is known color: Citrus. HEX triplet: 90, D1 and 02. RGB value is (144,209,2). Sum of RGB (Red+Green+Blue) = 144+209+2=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 209 (82.03% from 255 or 58.87% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 209 - color contains mainly: green. Hex color #90D102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90D102 is #6F2EFD. Grayscale: #A6A6A6. Windows color (decimal): -7286526 or 184720. OLE color: 184720.

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

Color convert

RGB 144 209 2 -
CMYK 0.31 0 0.99 0.18
HSL 78.84º 0.98% 0.41% -
HSV(B) 78.84º 0.99% 0.82% -
XYZ 34.31 51.53 8.2 -
YUV 165.97 35.47 112.33 -
System Red Green Blue C M Y K H S L
Decimal 144 209 2 0.31 0 0.99 0.18 78.84 0.98 0.41
Hex 90 D1 2 1F 0 63 12 4F 62 29
Octal 220 321 2 37 0 143 22 117 142 51
Binary 10010000 11010001 10 11111 0 1100011 10010 1001111 1100010 101001

Color Harmonies of #90D102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D102

Black with #90D102

Text Example


Text Example

White with #90D102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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