Html Css Color HEX #9ADC8C Granny Smith Apple

📋 copy color: '#9ADC8C'

red 154 ◦ green 220 ◦ blue 140

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

Shades of Granny Smith Apple #9ADC8C

Tints of Granny Smith Apple #9ADC8C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.8%

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

R = 29.96%
G = 42.8%
B = 27.24%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#9ADC8C (or 0x9ADC8C) is known color: Granny Smith Apple. HEX triplet: 9A, DC and 8C. RGB value is (154,220,140). Sum of RGB (Red+Green+Blue) = 154+220+140=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADC8C is #652373. Grayscale: #BFBFBF. Windows color (decimal): -6628212 or 9231514. OLE color: 9231514.

HSL color Cylindrical-coordinate representation of color #9ADC8C: hue angle of 109.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ADC8C is Cyan = 0.3, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 220 140 -
CMYK 0.3 0 0.36 0.14
HSL 109.5º 0.53% 0.71% -
HSV(B) 109.5º 0.36% 0.86% -
XYZ 43.65 59.95 34.08 -
YUV 191.15 99.13 101.5 -
System Red Green Blue C M Y K H S L
Decimal 154 220 140 0.3 0 0.36 0.14 109.5 0.53 0.71
Hex 9A DC 8C 1E 0 24 E 6E 35 47
Octal 232 334 214 36 0 44 16 156 65 107
Binary 10011010 11011100 10001100 11110 0 100100 1110 1101110 110101 1000111

Color Harmonies of #9ADC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC8C

Black with #9ADC8C

Text Example


Text Example

White with #9ADC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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