Html Css Color HEX #9ADC8B Granny Smith Apple

📋 copy color: '#9ADC8B'

red 154 ◦ green 220 ◦ blue 139

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

Shades of Granny Smith Apple #9ADC8B

Tints of Granny Smith Apple #9ADC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.1%

R = 30.02%
G = 42.88%
B = 27.1%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#9ADC8B (or 0x9ADC8B) is known color: Granny Smith Apple. HEX triplet: 9A, DC and 8B. RGB value is (154,220,139). Sum of RGB (Red+Green+Blue) = 154+220+139=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADC8B is #652374. Grayscale: #BFBFBF. Windows color (decimal): -6628213 or 9165978. OLE color: 9165978.

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

Color convert

RGB 154 220 139 -
CMYK 0.3 0 0.37 0.14
HSL 108.89º 0.54% 0.7% -
HSV(B) 108.89º 0.37% 0.86% -
XYZ 43.58 59.92 33.7 -
YUV 191.03 98.63 101.59 -
System Red Green Blue C M Y K H S L
Decimal 154 220 139 0.3 0 0.37 0.14 108.89 0.54 0.7
Hex 9A DC 8B 1E 0 25 E 6D 36 46
Octal 232 334 213 36 0 45 16 155 66 106
Binary 10011010 11011100 10001011 11110 0 100101 1110 1101101 110110 1000110

Color Harmonies of #9ADC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC8B

Black with #9ADC8B

Text Example


Text Example

White with #9ADC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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