Html Css Color HEX #9DF080 Granny Smith Apple

📋 copy color: '#9DF080'

red 157 ◦ green 240 ◦ blue 128

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

Shades of Granny Smith Apple #9DF080

Tints of Granny Smith Apple #9DF080

RGB

 RED value IS 157 (61.72% from 255) = 29.9%

 GREEN value IS 240 (94.14% from 255) = 45.71%

 BLUE value IS 128 (50.39% from 255) = 24.38%

R = 29.9%
G = 45.71%
B = 24.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#9DF080 (or 0x9DF080) is known color: Granny Smith Apple. HEX triplet: 9D, F0 and 80. RGB value is (157,240,128). Sum of RGB (Red+Green+Blue) = 157+240+128=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF080 is #620F7F. Grayscale: #CACACA. Windows color (decimal): -6426496 or 8450205. OLE color: 8450205.

HSL color Cylindrical-coordinate representation of color #9DF080: hue angle of 104.46º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DF080 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 240 128 -
CMYK 0.35 0 0.47 0.06
HSL 104.46º 0.79% 0.72% -
HSV(B) 104.46º 0.47% 0.94% -
XYZ 48.96 71.05 31.55 -
YUV 202.42 86 95.61 -
System Red Green Blue C M Y K H S L
Decimal 157 240 128 0.35 0 0.47 0.06 104.46 0.79 0.72
Hex 9D F0 80 23 0 2F 6 68 4F 48
Octal 235 360 200 43 0 57 6 150 117 110
Binary 10011101 11110000 10000000 100011 0 101111 110 1101000 1001111 1001000

Color Harmonies of #9DF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF080

Black with #9DF080

Text Example


Text Example

White with #9DF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DF080; }

 p { color: rgb(157,240,128); }

 H1.HeaderClassName
 {
   color: #9DF080;
 }
 .AnyTagClassName
 {
   color: #9DF080;
 }
</style>

background-color css

<style>
 a { background-color: #9DF080; }

 a { background-color: rgb(157,240,128); }

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

border-color css

<style>
 span { border-color: #9DF080; }

 span { border-color: rgb(157,240,128); }

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