Html Css Color HEX #90C014 Citrus

📋 copy color: '#90C014'

red 144 ◦ green 192 ◦ blue 20

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

Shades of Citrus #90C014

Tints of Citrus #90C014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.62%

R = 40.45%
G = 53.93%
B = 5.62%

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

#90C014 (or 0x90C014) is known color: Citrus. HEX triplet: 90, C0 and 14. RGB value is (144,192,20). Sum of RGB (Red+Green+Blue) = 144+192+20=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #90C014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C014 is #6F3FEB. Grayscale: #9E9E9E. Windows color (decimal): -7290860 or 1360016. OLE color: 1360016.

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

Color convert

RGB 144 192 20 -
CMYK 0.25 0 0.90 0.25
HSL 76.74º 0.81% 0.42% -
HSV(B) 76.74º 0.9% 0.75% -
XYZ 30.48 43.68 7.49 -
YUV 158.04 50.1 117.99 -
System Red Green Blue C M Y K H S L
Decimal 144 192 20 0.25 0 0.90 0.25 76.74 0.81 0.42
Hex 90 C0 14 19 0 5A 19 4D 51 2A
Octal 220 300 24 31 0 132 31 115 121 52
Binary 10010000 11000000 10100 11001 0 1011010 11001 1001101 1010001 101010

Color Harmonies of #90C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C014

Black with #90C014

Text Example


Text Example

White with #90C014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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