Html Css Color HEX #9ADC8F Granny Smith Apple

📋 copy color: '#9ADC8F'

red 154 ◦ green 220 ◦ blue 143

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

Shades of Granny Smith Apple #9ADC8F

Tints of Granny Smith Apple #9ADC8F

RGB

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

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

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

R = 29.79%
G = 42.55%
B = 27.66%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#9ADC8F (or 0x9ADC8F) is known color: Granny Smith Apple. HEX triplet: 9A, DC and 8F. RGB value is (154,220,143). Sum of RGB (Red+Green+Blue) = 154+220+143=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADC8F is #652370. Grayscale: #BFBFBF. Windows color (decimal): -6628209 or 9428122. OLE color: 9428122.

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

Color convert

RGB 154 220 143 -
CMYK 0.3 0 0.35 0.14
HSL 111.43º 0.52% 0.71% -
HSV(B) 111.43º 0.35% 0.86% -
XYZ 43.88 60.04 35.26 -
YUV 191.49 100.63 101.26 -
System Red Green Blue C M Y K H S L
Decimal 154 220 143 0.3 0 0.35 0.14 111.43 0.52 0.71
Hex 9A DC 8F 1E 0 23 E 6F 34 47
Octal 232 334 217 36 0 43 16 157 64 107
Binary 10011010 11011100 10001111 11110 0 100011 1110 1101111 110100 1000111

Color Harmonies of #9ADC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC8F

Black with #9ADC8F

Text Example


Text Example

White with #9ADC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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