Html Css Color HEX #90C217 Citrus

📋 copy color: '#90C217'

red 144 ◦ green 194 ◦ blue 23

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

Shades of Citrus #90C217

Tints of Citrus #90C217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.37%

R = 39.89%
G = 53.74%
B = 6.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#90C217 (or 0x90C217) is known color: Citrus. HEX triplet: 90, C2 and 17. RGB value is (144,194,23). Sum of RGB (Red+Green+Blue) = 144+194+23=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #90C217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C217 is #6F3DE8. Grayscale: #A0A0A0. Windows color (decimal): -7290345 or 1557136. OLE color: 1557136.

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

Color convert

RGB 144 194 23 -
CMYK 0.26 0 0.88 0.24
HSL 77.54º 0.79% 0.43% -
HSV(B) 77.54º 0.88% 0.76% -
XYZ 30.95 44.57 7.78 -
YUV 159.56 50.94 116.9 -
System Red Green Blue C M Y K H S L
Decimal 144 194 23 0.26 0 0.88 0.24 77.54 0.79 0.43
Hex 90 C2 17 1A 0 58 18 4E 4F 2B
Octal 220 302 27 32 0 130 30 116 117 53
Binary 10010000 11000010 10111 11010 0 1011000 11000 1001110 1001111 101011

Color Harmonies of #90C217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C217

Black with #90C217

Text Example


Text Example

White with #90C217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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