Html Css Color HEX #90C215 Citrus

📋 copy color: '#90C215'

red 144 ◦ green 194 ◦ blue 21

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

Shades of Citrus #90C215

Tints of Citrus #90C215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.85%

R = 40.11%
G = 54.04%
B = 5.85%

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

#90C215 (or 0x90C215) is known color: Citrus. HEX triplet: 90, C2 and 15. RGB value is (144,194,21). Sum of RGB (Red+Green+Blue) = 144+194+21=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #90C215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C215 is #6F3DEA. Grayscale: #9F9F9F. Windows color (decimal): -7290347 or 1426064. OLE color: 1426064.

HSL color Cylindrical-coordinate representation of color #90C215: hue angle of 77.34º 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 #90C215 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 194 21 -
CMYK 0.26 0 0.89 0.24
HSL 77.34º 0.8% 0.42% -
HSV(B) 77.34º 0.89% 0.76% -
XYZ 30.93 44.57 7.68 -
YUV 159.33 49.94 117.07 -
System Red Green Blue C M Y K H S L
Decimal 144 194 21 0.26 0 0.89 0.24 77.34 0.8 0.42
Hex 90 C2 15 1A 0 59 18 4D 50 2A
Octal 220 302 25 32 0 131 30 115 120 52
Binary 10010000 11000010 10101 11010 0 1011001 11000 1001101 1010000 101010

Color Harmonies of #90C215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C215

Black with #90C215

Text Example


Text Example

White with #90C215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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