Html Css Color HEX #9ADC9A Granny Smith Apple

📋 copy color: '#9ADC9A'

red 154 ◦ green 220 ◦ blue 154

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

Shades of Granny Smith Apple #9ADC9A

Tints of Granny Smith Apple #9ADC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.17%

R = 29.17%
G = 41.67%
B = 29.17%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#9ADC9A (or 0x9ADC9A) is known color: Granny Smith Apple. HEX triplet: 9A, DC and 9A. RGB value is (154,220,154). Sum of RGB (Red+Green+Blue) = 154+220+154=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADC9A is #652365. Grayscale: #C0C0C0. Windows color (decimal): -6628198 or 10149018. OLE color: 10149018.

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

Color convert

RGB 154 220 154 -
CMYK 0.3 0 0.3 0.14
HSL 120º 0.49% 0.73% -
HSV(B) 120º 0.3% 0.86% -
XYZ 44.75 60.39 39.87 -
YUV 192.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 154 220 154 0.3 0 0.3 0.14 120 0.49 0.73
Hex 9A DC 9A 1E 0 1E E 78 31 49
Octal 232 334 232 36 0 36 16 170 61 111
Binary 10011010 11011100 10011010 11110 0 11110 1110 1111000 110001 1001001

Color Harmonies of #9ADC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC9A

Black with #9ADC9A

Text Example


Text Example

White with #9ADC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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