Html Css Color HEX #A1DC94 Granny Smith Apple

📋 copy color: '#A1DC94'

red 161 ◦ green 220 ◦ blue 148

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

Shades of Granny Smith Apple #A1DC94

Tints of Granny Smith Apple #A1DC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.98%

R = 30.43%
G = 41.59%
B = 27.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#A1DC94 (or 0xA1DC94) is known color: Granny Smith Apple. HEX triplet: A1, DC and 94. RGB value is (161,220,148). Sum of RGB (Red+Green+Blue) = 161+220+148=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DC94 is #5E236B. Grayscale: #C2C2C2. Windows color (decimal): -6169452 or 9755809. OLE color: 9755809.

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

Color convert

RGB 161 220 148 -
CMYK 0.27 0 0.33 0.14
HSL 109.17º 0.51% 0.72% -
HSV(B) 109.17º 0.33% 0.86% -
XYZ 45.64 60.9 37.37 -
YUV 194.15 101.95 104.35 -
System Red Green Blue C M Y K H S L
Decimal 161 220 148 0.27 0 0.33 0.14 109.17 0.51 0.72
Hex A1 DC 94 1B 0 21 E 6D 33 48
Octal 241 334 224 33 0 41 16 155 63 110
Binary 10100001 11011100 10010100 11011 0 100001 1110 1101101 110011 1001000

Color Harmonies of #A1DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC94

Black with #A1DC94

Text Example


Text Example

White with #A1DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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