Html Css Color HEX #9DCD94 Granny Smith Apple

📋 copy color: '#9DCD94'

red 157 ◦ green 205 ◦ blue 148

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

Shades of Granny Smith Apple #9DCD94

Tints of Granny Smith Apple #9DCD94

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.2%

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

R = 30.78%
G = 40.2%
B = 29.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#9DCD94 (or 0x9DCD94) is known color: Granny Smith Apple. HEX triplet: 9D, CD and 94. RGB value is (157,205,148). Sum of RGB (Red+Green+Blue) = 157+205+148=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCD94 is #62326B. Grayscale: #B8B8B8. Windows color (decimal): -6435436 or 9751965. OLE color: 9751965.

HSL color Cylindrical-coordinate representation of color #9DCD94: hue angle of 110.53º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DCD94 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 205 148 -
CMYK 0.23 0 0.28 0.20
HSL 110.53º 0.36% 0.69% -
HSV(B) 110.53º 0.28% 0.8% -
XYZ 41.08 52.97 36.08 -
YUV 184.15 107.6 108.63 -
System Red Green Blue C M Y K H S L
Decimal 157 205 148 0.23 0 0.28 0.20 110.53 0.36 0.69
Hex 9D CD 94 17 0 1C 14 6F 24 45
Octal 235 315 224 27 0 34 24 157 44 105
Binary 10011101 11001101 10010100 10111 0 11100 10100 1101111 100100 1000101

Color Harmonies of #9DCD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCD94

Black with #9DCD94

Text Example


Text Example

White with #9DCD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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