Html Css Color HEX #A1DB8F Granny Smith Apple

📋 copy color: '#A1DB8F'

red 161 ◦ green 219 ◦ blue 143

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

Shades of Granny Smith Apple #A1DB8F

Tints of Granny Smith Apple #A1DB8F

RGB

 RED value IS 161 (63.28% from 255) = 30.78%

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

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

R = 30.78%
G = 41.87%
B = 27.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#A1DB8F (or 0xA1DB8F) is known color: Granny Smith Apple. HEX triplet: A1, DB and 8F. RGB value is (161,219,143). Sum of RGB (Red+Green+Blue) = 161+219+143=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DB8F is #5E2470. Grayscale: #C1C1C1. Windows color (decimal): -6169713 or 9427873. OLE color: 9427873.

HSL color Cylindrical-coordinate representation of color #A1DB8F: hue angle of 105.79º degrees, saturation: 0.51, 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 #A1DB8F is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 219 143 -
CMYK 0.26 0 0.35 0.14
HSL 105.79º 0.51% 0.71% -
HSV(B) 105.79º 0.35% 0.86% -
XYZ 44.99 60.22 35.24 -
YUV 192.99 99.78 105.18 -
System Red Green Blue C M Y K H S L
Decimal 161 219 143 0.26 0 0.35 0.14 105.79 0.51 0.71
Hex A1 DB 8F 1A 0 23 E 6A 33 47
Octal 241 333 217 32 0 43 16 152 63 107
Binary 10100001 11011011 10001111 11010 0 100011 1110 1101010 110011 1000111

Color Harmonies of #A1DB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DB8F

Black with #A1DB8F

Text Example


Text Example

White with #A1DB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DB8F; }

 p { color: rgb(161,219,143); }

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

background-color css

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

 a { background-color: rgb(161,219,143); }

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

border-color css

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

 span { border-color: rgb(161,219,143); }

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