Html Css Color HEX #A1EC95 Granny Smith Apple

📋 copy color: '#A1EC95'

red 161 ◦ green 236 ◦ blue 149

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

Shades of Granny Smith Apple #A1EC95

Tints of Granny Smith Apple #A1EC95

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.22%

 BLUE value IS 149 (58.59% from 255) = 27.29%

R = 29.49%
G = 43.22%
B = 27.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#A1EC95 (or 0xA1EC95) is known color: Granny Smith Apple. HEX triplet: A1, EC and 95. RGB value is (161,236,149). Sum of RGB (Red+Green+Blue) = 161+236+149=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EC95 is #5E136A. Grayscale: #CBCBCB. Windows color (decimal): -6165355 or 9825441. OLE color: 9825441.

HSL color Cylindrical-coordinate representation of color #A1EC95: hue angle of 111.72º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1EC95 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 236 149 -
CMYK 0.32 0 0.37 0.07
HSL 111.72º 0.7% 0.75% -
HSV(B) 111.72º 0.37% 0.93% -
XYZ 50.12 69.74 39.25 -
YUV 203.66 97.15 97.57 -
System Red Green Blue C M Y K H S L
Decimal 161 236 149 0.32 0 0.37 0.07 111.72 0.7 0.75
Hex A1 EC 95 20 0 25 7 70 46 4B
Octal 241 354 225 40 0 45 7 160 106 113
Binary 10100001 11101100 10010101 100000 0 100101 111 1110000 1000110 1001011

Color Harmonies of #A1EC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EC95

Black with #A1EC95

Text Example


Text Example

White with #A1EC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EC95; }

 p { color: rgb(161,236,149); }

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

background-color css

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

 a { background-color: rgb(161,236,149); }

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

border-color css

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

 span { border-color: rgb(161,236,149); }

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