Html Css Color HEX #9ADB8E Granny Smith Apple

📋 copy color: '#9ADB8E'

red 154 ◦ green 219 ◦ blue 142

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

Shades of Granny Smith Apple #9ADB8E

Tints of Granny Smith Apple #9ADB8E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.52%

 BLUE value IS 142 (55.86% from 255) = 27.57%

R = 29.9%
G = 42.52%
B = 27.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#9ADB8E (or 0x9ADB8E) is known color: Granny Smith Apple. HEX triplet: 9A, DB and 8E. RGB value is (154,219,142). Sum of RGB (Red+Green+Blue) = 154+219+142=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB8E is #652471. Grayscale: #BFBFBF. Windows color (decimal): -6628466 or 9362330. OLE color: 9362330.

HSL color Cylindrical-coordinate representation of color #9ADB8E: hue angle of 110.65º 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 #9ADB8E is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 219 142 -
CMYK 0.30 0 0.35 0.14
HSL 110.65º 0.52% 0.71% -
HSV(B) 110.65º 0.35% 0.86% -
XYZ 43.54 59.49 34.78 -
YUV 190.79 100.47 101.76 -
System Red Green Blue C M Y K H S L
Decimal 154 219 142 0.30 0 0.35 0.14 110.65 0.52 0.71
Hex 9A DB 8E 1E 0 23 E 6F 34 47
Octal 232 333 216 36 0 43 16 157 64 107
Binary 10011010 11011011 10001110 11110 0 100011 1110 1101111 110100 1000111

Color Harmonies of #9ADB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADB8E

Black with #9ADB8E

Text Example


Text Example

White with #9ADB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,219,142); }

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

background-color css

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

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

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

border-color css

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

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

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