Html Css Color HEX #90DC82 Granny Smith Apple

📋 copy color: '#90DC82'

red 144 ◦ green 220 ◦ blue 130

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

Shades of Granny Smith Apple #90DC82

Tints of Granny Smith Apple #90DC82

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.53%

 BLUE value IS 130 (51.17% from 255) = 26.32%

R = 29.15%
G = 44.53%
B = 26.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#90DC82 (or 0x90DC82) is known color: Granny Smith Apple. HEX triplet: 90, DC and 82. RGB value is (144,220,130). Sum of RGB (Red+Green+Blue) = 144+220+130=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DC82 is #6F237D. Grayscale: #BBBBBB. Windows color (decimal): -7283582 or 8576144. OLE color: 8576144.

HSL color Cylindrical-coordinate representation of color #90DC82: hue angle of 110.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90DC82 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 220 130 -
CMYK 0.35 0 0.41 0.14
HSL 110.67º 0.56% 0.69% -
HSV(B) 110.67º 0.41% 0.86% -
XYZ 41.12 58.73 30.29 -
YUV 187.02 95.82 97.32 -
System Red Green Blue C M Y K H S L
Decimal 144 220 130 0.35 0 0.41 0.14 110.67 0.56 0.69
Hex 90 DC 82 23 0 29 E 6F 38 45
Octal 220 334 202 43 0 51 16 157 70 105
Binary 10010000 11011100 10000010 100011 0 101001 1110 1101111 111000 1000101

Color Harmonies of #90DC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DC82

Black with #90DC82

Text Example


Text Example

White with #90DC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,220,130); }

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

background-color css

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

 a { background-color: rgb(144,220,130); }

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

border-color css

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

 span { border-color: rgb(144,220,130); }

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