Html Css Color HEX #A1DC90 Granny Smith Apple

📋 copy color: '#A1DC90'

red 161 ◦ green 220 ◦ blue 144

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

Shades of Granny Smith Apple #A1DC90

Tints of Granny Smith Apple #A1DC90

RGB

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

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

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

R = 30.67%
G = 41.9%
B = 27.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#A1DC90 (or 0xA1DC90) is known color: Granny Smith Apple. HEX triplet: A1, DC and 90. RGB value is (161,220,144). Sum of RGB (Red+Green+Blue) = 161+220+144=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DC90 is #5E236F. Grayscale: #C1C1C1. Windows color (decimal): -6169456 or 9493665. OLE color: 9493665.

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

Color convert

RGB 161 220 144 -
CMYK 0.27 0 0.35 0.14
HSL 106.58º 0.52% 0.71% -
HSV(B) 106.58º 0.35% 0.86% -
XYZ 45.33 60.78 35.73 -
YUV 193.7 99.95 104.68 -
System Red Green Blue C M Y K H S L
Decimal 161 220 144 0.27 0 0.35 0.14 106.58 0.52 0.71
Hex A1 DC 90 1B 0 23 E 6B 34 47
Octal 241 334 220 33 0 43 16 153 64 107
Binary 10100001 11011100 10010000 11011 0 100011 1110 1101011 110100 1000111

Color Harmonies of #A1DC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC90

Black with #A1DC90

Text Example


Text Example

White with #A1DC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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