Html Css Color HEX #90D014 Yellow Green

📋 copy color: '#90D014'

red 144 ◦ green 208 ◦ blue 20

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

Shades of Yellow Green #90D014

Tints of Yellow Green #90D014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.91%

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

R = 38.71%
G = 55.91%
B = 5.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#90D014 (or 0x90D014) is known color: Yellow Green. HEX triplet: 90, D0 and 14. RGB value is (144,208,20). Sum of RGB (Red+Green+Blue) = 144+208+20=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 208 (81.64% from 255 or 55.91% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 208 - color contains mainly: green. Hex color #90D014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90D014 is #6F2FEB. Grayscale: #A8A8A8. Windows color (decimal): -7286764 or 1364112. OLE color: 1364112.

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

Color convert

RGB 144 208 20 -
CMYK 0.31 0 0.90 0.18
HSL 80.43º 0.82% 0.45% -
HSV(B) 80.43º 0.9% 0.82% -
XYZ 34.18 51.09 8.72 -
YUV 167.43 44.8 111.29 -
System Red Green Blue C M Y K H S L
Decimal 144 208 20 0.31 0 0.90 0.18 80.43 0.82 0.45
Hex 90 D0 14 1F 0 5A 12 50 52 2D
Octal 220 320 24 37 0 132 22 120 122 55
Binary 10010000 11010000 10100 11111 0 1011010 10010 1010000 1010010 101101

Color Harmonies of #90D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D014

Black with #90D014

Text Example


Text Example

White with #90D014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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