Html Css Color HEX #90BD16 Citrus

📋 copy color: '#90BD16'

red 144 ◦ green 189 ◦ blue 22

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

Shades of Citrus #90BD16

Tints of Citrus #90BD16

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.24%

 BLUE value IS 22 (8.98% from 255) = 6.2%

R = 40.56%
G = 53.24%
B = 6.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#90BD16 (or 0x90BD16) is known color: Citrus. HEX triplet: 90, BD and 16. RGB value is (144,189,22). Sum of RGB (Red+Green+Blue) = 144+189+22=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BD16 is #6F42E9. Grayscale: #9D9D9D. Windows color (decimal): -7291626 or 1490320. OLE color: 1490320.

HSL color Cylindrical-coordinate representation of color #90BD16: hue angle of 76.17º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90BD16 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 189 22 -
CMYK 0.24 0 0.88 0.26
HSL 76.17º 0.79% 0.41% -
HSV(B) 76.17º 0.88% 0.74% -
XYZ 29.84 42.38 7.37 -
YUV 156.51 52.09 119.08 -
System Red Green Blue C M Y K H S L
Decimal 144 189 22 0.24 0 0.88 0.26 76.17 0.79 0.41
Hex 90 BD 16 18 0 58 1A 4C 4F 29
Octal 220 275 26 30 0 130 32 114 117 51
Binary 10010000 10111101 10110 11000 0 1011000 11010 1001100 1001111 101001

Color Harmonies of #90BD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BD16

Black with #90BD16

Text Example


Text Example

White with #90BD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,189,22); }

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

background-color css

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

 a { background-color: rgb(144,189,22); }

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

border-color css

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

 span { border-color: rgb(144,189,22); }

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