Html Css Color HEX #9AD38E Granny Smith Apple

📋 copy color: '#9AD38E'

red 154 ◦ green 211 ◦ blue 142

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

Shades of Granny Smith Apple #9AD38E

Tints of Granny Smith Apple #9AD38E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.62%

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

R = 30.37%
G = 41.62%
B = 28.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#9AD38E (or 0x9AD38E) is known color: Granny Smith Apple. HEX triplet: 9A, D3 and 8E. RGB value is (154,211,142). Sum of RGB (Red+Green+Blue) = 154+211+142=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD38E is #652C71. Grayscale: #BABABA. Windows color (decimal): -6630514 or 9360282. OLE color: 9360282.

HSL color Cylindrical-coordinate representation of color #9AD38E: hue angle of 109.57º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AD38E is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 154 211 142 -
CMYK 0.27 0 0.33 0.17
HSL 109.57º 0.44% 0.69% -
HSV(B) 109.57º 0.33% 0.83% -
XYZ 41.5 55.41 34.1 -
YUV 186.09 103.12 105.11 -
System Red Green Blue C M Y K H S L
Decimal 154 211 142 0.27 0 0.33 0.17 109.57 0.44 0.69
Hex 9A D3 8E 1B 0 21 11 6E 2C 45
Octal 232 323 216 33 0 41 21 156 54 105
Binary 10011010 11010011 10001110 11011 0 100001 10001 1101110 101100 1000101

Color Harmonies of #9AD38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD38E

Black with #9AD38E

Text Example


Text Example

White with #9AD38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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