Html Css Color HEX #9ADA8C Granny Smith Apple

📋 copy color: '#9ADA8C'

red 154 ◦ green 218 ◦ blue 140

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

Shades of Granny Smith Apple #9ADA8C

Tints of Granny Smith Apple #9ADA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.34%

R = 30.08%
G = 42.58%
B = 27.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#9ADA8C (or 0x9ADA8C) is known color: Granny Smith Apple. HEX triplet: 9A, DA and 8C. RGB value is (154,218,140). Sum of RGB (Red+Green+Blue) = 154+218+140=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADA8C is #652573. Grayscale: #BEBEBE. Windows color (decimal): -6628724 or 9231002. OLE color: 9231002.

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

Color convert

RGB 154 218 140 -
CMYK 0.29 0 0.36 0.15
HSL 109.23º 0.51% 0.7% -
HSV(B) 109.23º 0.36% 0.85% -
XYZ 43.13 58.91 33.91 -
YUV 189.97 99.8 102.34 -
System Red Green Blue C M Y K H S L
Decimal 154 218 140 0.29 0 0.36 0.15 109.23 0.51 0.7
Hex 9A DA 8C 1D 0 24 F 6D 33 46
Octal 232 332 214 35 0 44 17 155 63 106
Binary 10011010 11011010 10001100 11101 0 100100 1111 1101101 110011 1000110

Color Harmonies of #9ADA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADA8C

Black with #9ADA8C

Text Example


Text Example

White with #9ADA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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