Html Css Color HEX #9ADA8F Granny Smith Apple

📋 copy color: '#9ADA8F'

red 154 ◦ green 218 ◦ blue 143

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

Shades of Granny Smith Apple #9ADA8F

Tints of Granny Smith Apple #9ADA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.77%

R = 29.9%
G = 42.33%
B = 27.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#9ADA8F (or 0x9ADA8F) is known color: Granny Smith Apple. HEX triplet: 9A, DA and 8F. RGB value is (154,218,143). Sum of RGB (Red+Green+Blue) = 154+218+143=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADA8F is #652570. Grayscale: #BEBEBE. Windows color (decimal): -6628721 or 9427610. OLE color: 9427610.

HSL color Cylindrical-coordinate representation of color #9ADA8F: hue angle of 111.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ADA8F is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 218 143 -
CMYK 0.29 0 0.34 0.15
HSL 111.2º 0.5% 0.71% -
HSV(B) 111.2º 0.34% 0.85% -
XYZ 43.36 59 35.09 -
YUV 190.31 101.3 102.1 -
System Red Green Blue C M Y K H S L
Decimal 154 218 143 0.29 0 0.34 0.15 111.2 0.5 0.71
Hex 9A DA 8F 1D 0 22 F 6F 32 47
Octal 232 332 217 35 0 42 17 157 62 107
Binary 10011010 11011010 10001111 11101 0 100010 1111 1101111 110010 1000111

Color Harmonies of #9ADA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADA8F

Black with #9ADA8F

Text Example


Text Example

White with #9ADA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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