Html Css Color HEX #90C115 Citrus

📋 copy color: '#90C115'

red 144 ◦ green 193 ◦ blue 21

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

Shades of Citrus #90C115

Tints of Citrus #90C115

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.91%

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

R = 40.22%
G = 53.91%
B = 5.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#90C115 (or 0x90C115) is known color: Citrus. HEX triplet: 90, C1 and 15. RGB value is (144,193,21). Sum of RGB (Red+Green+Blue) = 144+193+21=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #90C115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C115 is #6F3EEA. Grayscale: #9F9F9F. Windows color (decimal): -7290603 or 1425808. OLE color: 1425808.

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

Color convert

RGB 144 193 21 -
CMYK 0.25 0 0.89 0.24
HSL 77.09º 0.8% 0.42% -
HSV(B) 77.09º 0.89% 0.76% -
XYZ 30.71 44.12 7.61 -
YUV 158.74 50.27 117.49 -
System Red Green Blue C M Y K H S L
Decimal 144 193 21 0.25 0 0.89 0.24 77.09 0.8 0.42
Hex 90 C1 15 19 0 59 18 4D 50 2A
Octal 220 301 25 31 0 131 30 115 120 52
Binary 10010000 11000001 10101 11001 0 1011001 11000 1001101 1010000 101010

Color Harmonies of #90C115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C115

Black with #90C115

Text Example


Text Example

White with #90C115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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