Html Css Color HEX #90C013 Citrus

📋 copy color: '#90C013'

red 144 ◦ green 192 ◦ blue 19

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

Shades of Citrus #90C013

Tints of Citrus #90C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.08%

 BLUE value IS 19 (7.81% from 255) = 5.35%

R = 40.56%
G = 54.08%
B = 5.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#90C013 (or 0x90C013) is known color: Citrus. HEX triplet: 90, C0 and 13. RGB value is (144,192,19). Sum of RGB (Red+Green+Blue) = 144+192+19=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #90C013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C013 is #6F3FEC. Grayscale: #9E9E9E. Windows color (decimal): -7290861 or 1294480. OLE color: 1294480.

HSL color Cylindrical-coordinate representation of color #90C013: hue angle of 76.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90C013 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 192 19 -
CMYK 0.25 0 0.90 0.25
HSL 76.65º 0.82% 0.41% -
HSV(B) 76.65º 0.9% 0.75% -
XYZ 30.47 43.68 7.44 -
YUV 157.93 49.6 118.07 -
System Red Green Blue C M Y K H S L
Decimal 144 192 19 0.25 0 0.90 0.25 76.65 0.82 0.41
Hex 90 C0 13 19 0 5A 19 4D 52 29
Octal 220 300 23 31 0 132 31 115 122 51
Binary 10010000 11000000 10011 11001 0 1011010 11001 1001101 1010010 101001

Color Harmonies of #90C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C013

Black with #90C013

Text Example


Text Example

White with #90C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,192,19); }

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

background-color css

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

 a { background-color: rgb(144,192,19); }

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

border-color css

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

 span { border-color: rgb(144,192,19); }

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