Html Css Color HEX #9ADA94 Granny Smith Apple

📋 copy color: '#9ADA94'

red 154 ◦ green 218 ◦ blue 148

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

Shades of Granny Smith Apple #9ADA94

Tints of Granny Smith Apple #9ADA94

RGB

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

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

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

R = 29.62%
G = 41.92%
B = 28.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#9ADA94 (or 0x9ADA94) is known color: Granny Smith Apple. HEX triplet: 9A, DA and 94. RGB value is (154,218,148). Sum of RGB (Red+Green+Blue) = 154+218+148=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADA94 is #65256B. Grayscale: #BFBFBF. Windows color (decimal): -6628716 or 9755290. OLE color: 9755290.

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

Color convert

RGB 154 218 148 -
CMYK 0.29 0 0.32 0.15
HSL 114.86º 0.49% 0.72% -
HSV(B) 114.86º 0.32% 0.85% -
XYZ 43.74 59.15 37.13 -
YUV 190.88 103.8 101.69 -
System Red Green Blue C M Y K H S L
Decimal 154 218 148 0.29 0 0.32 0.15 114.86 0.49 0.72
Hex 9A DA 94 1D 0 20 F 73 31 48
Octal 232 332 224 35 0 40 17 163 61 110
Binary 10011010 11011010 10010100 11101 0 100000 1111 1110011 110001 1001000

Color Harmonies of #9ADA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADA94

Black with #9ADA94

Text Example


Text Example

White with #9ADA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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