Html Css Color HEX #90C210 Citrus

📋 copy color: '#90C210'

red 144 ◦ green 194 ◦ blue 16

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

Shades of Citrus #90C210

Tints of Citrus #90C210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.52%

R = 40.68%
G = 54.8%
B = 4.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#90C210 (or 0x90C210) is known color: Citrus. HEX triplet: 90, C2 and 10. RGB value is (144,194,16). Sum of RGB (Red+Green+Blue) = 144+194+16=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #90C210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C210 is #6F3DEF. Grayscale: #9F9F9F. Windows color (decimal): -7290352 or 1098384. OLE color: 1098384.

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

Color convert

RGB 144 194 16 -
CMYK 0.26 0 0.92 0.24
HSL 76.85º 0.85% 0.41% -
HSV(B) 76.85º 0.92% 0.76% -
XYZ 30.89 44.55 7.46 -
YUV 158.76 47.44 117.47 -
System Red Green Blue C M Y K H S L
Decimal 144 194 16 0.26 0 0.92 0.24 76.85 0.85 0.41
Hex 90 C2 10 1A 0 5C 18 4D 55 29
Octal 220 302 20 32 0 134 30 115 125 51
Binary 10010000 11000010 10000 11010 0 1011100 11000 1001101 1010101 101001

Color Harmonies of #90C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C210

Black with #90C210

Text Example


Text Example

White with #90C210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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