Html Css Color HEX #A1DB90 Granny Smith Apple

📋 copy color: '#A1DB90'

red 161 ◦ green 219 ◦ blue 144

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

Shades of Granny Smith Apple #A1DB90

Tints of Granny Smith Apple #A1DB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.48%

R = 30.73%
G = 41.79%
B = 27.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#A1DB90 (or 0xA1DB90) is known color: Granny Smith Apple. HEX triplet: A1, DB and 90. RGB value is (161,219,144). Sum of RGB (Red+Green+Blue) = 161+219+144=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DB90 is #5E246F. Grayscale: #C1C1C1. Windows color (decimal): -6169712 or 9493409. OLE color: 9493409.

HSL color Cylindrical-coordinate representation of color #A1DB90: hue angle of 106.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1DB90 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 219 144 -
CMYK 0.26 0 0.34 0.14
HSL 106.4º 0.51% 0.71% -
HSV(B) 106.4º 0.34% 0.86% -
XYZ 45.06 60.25 35.64 -
YUV 193.11 100.28 105.1 -
System Red Green Blue C M Y K H S L
Decimal 161 219 144 0.26 0 0.34 0.14 106.4 0.51 0.71
Hex A1 DB 90 1A 0 22 E 6A 33 47
Octal 241 333 220 32 0 42 16 152 63 107
Binary 10100001 11011011 10010000 11010 0 100010 1110 1101010 110011 1000111

Color Harmonies of #A1DB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DB90

Black with #A1DB90

Text Example


Text Example

White with #A1DB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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