Html Css Color HEX #A1ED95 Granny Smith Apple

📋 copy color: '#A1ED95'

red 161 ◦ green 237 ◦ blue 149

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

Shades of Granny Smith Apple #A1ED95

Tints of Granny Smith Apple #A1ED95

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.33%

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

R = 29.43%
G = 43.33%
B = 27.24%

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

#A1ED95 (or 0xA1ED95) is known color: Granny Smith Apple. HEX triplet: A1, ED and 95. RGB value is (161,237,149). Sum of RGB (Red+Green+Blue) = 161+237+149=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #A1ED95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1ED95 is #5E126A. Grayscale: #CCCCCC. Windows color (decimal): -6165099 or 9825697. OLE color: 9825697.

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

Color convert

RGB 161 237 149 -
CMYK 0.32 0 0.37 0.07
HSL 111.82º 0.71% 0.76% -
HSV(B) 111.82º 0.37% 0.93% -
XYZ 50.41 70.32 39.35 -
YUV 204.24 96.82 97.16 -
System Red Green Blue C M Y K H S L
Decimal 161 237 149 0.32 0 0.37 0.07 111.82 0.71 0.76
Hex A1 ED 95 20 0 25 7 70 47 4C
Octal 241 355 225 40 0 45 7 160 107 114
Binary 10100001 11101101 10010101 100000 0 100101 111 1110000 1000111 1001100

Color Harmonies of #A1ED95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ED95

Black with #A1ED95

Text Example


Text Example

White with #A1ED95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ED95; }

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

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

background-color css

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

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

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

border-color css

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

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

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