Html Css Color HEX #90C216 Citrus

📋 copy color: '#90C216'

red 144 ◦ green 194 ◦ blue 22

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

Shades of Citrus #90C216

Tints of Citrus #90C216

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.89%

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

R = 40%
G = 53.89%
B = 6.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#90C216 (or 0x90C216) is known color: Citrus. HEX triplet: 90, C2 and 16. RGB value is (144,194,22). Sum of RGB (Red+Green+Blue) = 144+194+22=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #90C216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C216 is #6F3DE9. Grayscale: #A0A0A0. Windows color (decimal): -7290346 or 1491600. OLE color: 1491600.

HSL color Cylindrical-coordinate representation of color #90C216: hue angle of 77.44º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90C216 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 194 22 -
CMYK 0.26 0 0.89 0.24
HSL 77.44º 0.8% 0.42% -
HSV(B) 77.44º 0.89% 0.76% -
XYZ 30.94 44.57 7.73 -
YUV 159.44 50.44 116.99 -
System Red Green Blue C M Y K H S L
Decimal 144 194 22 0.26 0 0.89 0.24 77.44 0.8 0.42
Hex 90 C2 16 1A 0 59 18 4D 50 2A
Octal 220 302 26 32 0 131 30 115 120 52
Binary 10010000 11000010 10110 11010 0 1011001 11000 1001101 1010000 101010

Color Harmonies of #90C216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C216

Black with #90C216

Text Example


Text Example

White with #90C216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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