Html Css Color HEX #9FDA94 Granny Smith Apple

📋 copy color: '#9FDA94'

red 159 ◦ green 218 ◦ blue 148

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

Shades of Granny Smith Apple #9FDA94

Tints of Granny Smith Apple #9FDA94

RGB

 RED value IS 159 (62.5% from 255) = 30.29%

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

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

R = 30.29%
G = 41.52%
B = 28.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#9FDA94 (or 0x9FDA94) is known color: Granny Smith Apple. HEX triplet: 9F, DA and 94. RGB value is (159,218,148). Sum of RGB (Red+Green+Blue) = 159+218+148=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDA94 is #60256B. Grayscale: #C0C0C0. Windows color (decimal): -6301036 or 9755295. OLE color: 9755295.

HSL color Cylindrical-coordinate representation of color #9FDA94: hue angle of 110.57º 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 #9FDA94 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 218 148 -
CMYK 0.27 0 0.32 0.15
HSL 110.57º 0.49% 0.72% -
HSV(B) 110.57º 0.32% 0.85% -
XYZ 44.71 59.65 37.17 -
YUV 192.38 102.95 104.19 -
System Red Green Blue C M Y K H S L
Decimal 159 218 148 0.27 0 0.32 0.15 110.57 0.49 0.72
Hex 9F DA 94 1B 0 20 F 6F 31 48
Octal 237 332 224 33 0 40 17 157 61 110
Binary 10011111 11011010 10010100 11011 0 100000 1111 1101111 110001 1001000

Color Harmonies of #9FDA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDA94

Black with #9FDA94

Text Example


Text Example

White with #9FDA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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