Html Css Color HEX #9AD194 Granny Smith Apple

📋 copy color: '#9AD194'

red 154 ◦ green 209 ◦ blue 148

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

Shades of Granny Smith Apple #9AD194

Tints of Granny Smith Apple #9AD194

RGB

 RED value IS 154 (60.55% from 255) = 30.14%

 GREEN value IS 209 (82.03% from 255) = 40.9%

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

R = 30.14%
G = 40.9%
B = 28.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#9AD194 (or 0x9AD194) is known color: Granny Smith Apple. HEX triplet: 9A, D1 and 94. RGB value is (154,209,148). Sum of RGB (Red+Green+Blue) = 154+209+148=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD194 is #652E6B. Grayscale: #B9B9B9. Windows color (decimal): -6631020 or 9752986. OLE color: 9752986.

HSL color Cylindrical-coordinate representation of color #9AD194: hue angle of 114.1º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AD194 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 209 148 -
CMYK 0.26 0 0.29 0.18
HSL 114.1º 0.4% 0.7% -
HSV(B) 114.1º 0.29% 0.82% -
XYZ 41.47 54.61 36.37 -
YUV 185.6 106.78 105.46 -
System Red Green Blue C M Y K H S L
Decimal 154 209 148 0.26 0 0.29 0.18 114.1 0.4 0.7
Hex 9A D1 94 1A 0 1D 12 72 28 46
Octal 232 321 224 32 0 35 22 162 50 106
Binary 10011010 11010001 10010100 11010 0 11101 10010 1110010 101000 1000110

Color Harmonies of #9AD194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD194

Black with #9AD194

Text Example


Text Example

White with #9AD194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,209,148); }

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

background-color css

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

 a { background-color: rgb(154,209,148); }

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

border-color css

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

 span { border-color: rgb(154,209,148); }

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