Html Css Color HEX #90C514 Citrus

📋 copy color: '#90C514'

red 144 ◦ green 197 ◦ blue 20

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

Shades of Citrus #90C514

Tints of Citrus #90C514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.57%

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

R = 39.89%
G = 54.57%
B = 5.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#90C514 (or 0x90C514) is known color: Citrus. HEX triplet: 90, C5 and 14. RGB value is (144,197,20). Sum of RGB (Red+Green+Blue) = 144+197+20=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #90C514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C514 is #6F3AEB. Grayscale: #A1A1A1. Windows color (decimal): -7289580 or 1361296. OLE color: 1361296.

HSL color Cylindrical-coordinate representation of color #90C514: hue angle of 77.97º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90C514 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 144 197 20 -
CMYK 0.27 0 0.90 0.23
HSL 77.97º 0.82% 0.43% -
HSV(B) 77.97º 0.9% 0.77% -
XYZ 31.59 45.91 7.86 -
YUV 160.98 48.44 115.89 -
System Red Green Blue C M Y K H S L
Decimal 144 197 20 0.27 0 0.90 0.23 77.97 0.82 0.43
Hex 90 C5 14 1B 0 5A 17 4E 52 2B
Octal 220 305 24 33 0 132 27 116 122 53
Binary 10010000 11000101 10100 11011 0 1011010 10111 1001110 1010010 101011

Color Harmonies of #90C514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C514

Black with #90C514

Text Example


Text Example

White with #90C514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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