Html Css Color HEX #90CC14 Yellow Green

📋 copy color: '#90CC14'

red 144 ◦ green 204 ◦ blue 20

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

Shades of Yellow Green #90CC14

Tints of Yellow Green #90CC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.43%

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

R = 39.13%
G = 55.43%
B = 5.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#90CC14 (or 0x90CC14) is known color: Yellow Green. HEX triplet: 90, CC and 14. RGB value is (144,204,20). Sum of RGB (Red+Green+Blue) = 144+204+20=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 204 (80.08% from 255 or 55.43% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 204 - color contains mainly: green. Hex color #90CC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90CC14 is #6F33EB. Grayscale: #A5A5A5. Windows color (decimal): -7287788 or 1363088. OLE color: 1363088.

HSL color Cylindrical-coordinate representation of color #90CC14: hue angle of 79.57º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90CC14 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 204 20 -
CMYK 0.29 0 0.90 0.2
HSL 79.57º 0.82% 0.44% -
HSV(B) 79.57º 0.9% 0.8% -
XYZ 33.22 49.17 8.4 -
YUV 165.08 46.12 112.96 -
System Red Green Blue C M Y K H S L
Decimal 144 204 20 0.29 0 0.90 0.2 79.57 0.82 0.44
Hex 90 CC 14 1D 0 5A 14 50 52 2C
Octal 220 314 24 35 0 132 24 120 122 54
Binary 10010000 11001100 10100 11101 0 1011010 10100 1010000 1010010 101100

Color Harmonies of #90CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CC14

Black with #90CC14

Text Example


Text Example

White with #90CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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