Html Css Color HEX #9DDA94 Granny Smith Apple

📋 copy color: '#9DDA94'

red 157 ◦ green 218 ◦ blue 148

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

Shades of Granny Smith Apple #9DDA94

Tints of Granny Smith Apple #9DDA94

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.68%

 BLUE value IS 148 (58.2% from 255) = 28.3%

R = 30.02%
G = 41.68%
B = 28.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#9DDA94 (or 0x9DDA94) is known color: Granny Smith Apple. HEX triplet: 9D, DA and 94. RGB value is (157,218,148). Sum of RGB (Red+Green+Blue) = 157+218+148=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDA94 is #62256B. Grayscale: #C0C0C0. Windows color (decimal): -6432108 or 9755293. OLE color: 9755293.

HSL color Cylindrical-coordinate representation of color #9DDA94: hue angle of 112.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DDA94 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 218 148 -
CMYK 0.28 0 0.32 0.15
HSL 112.29º 0.49% 0.72% -
HSV(B) 112.29º 0.32% 0.85% -
XYZ 44.32 59.45 37.16 -
YUV 191.78 103.29 103.19 -
System Red Green Blue C M Y K H S L
Decimal 157 218 148 0.28 0 0.32 0.15 112.29 0.49 0.72
Hex 9D DA 94 1C 0 20 F 70 31 48
Octal 235 332 224 34 0 40 17 160 61 110
Binary 10011101 11011010 10010100 11100 0 100000 1111 1110000 110001 1001000

Color Harmonies of #9DDA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDA94

Black with #9DDA94

Text Example


Text Example

White with #9DDA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,218,148); }

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

background-color css

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

 a { background-color: rgb(157,218,148); }

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

border-color css

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

 span { border-color: rgb(157,218,148); }

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