Html Css Color HEX #A1ED8E Granny Smith Apple

📋 copy color: '#A1ED8E'

red 161 ◦ green 237 ◦ blue 142

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

Shades of Granny Smith Apple #A1ED8E

Tints of Granny Smith Apple #A1ED8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.3%

R = 29.81%
G = 43.89%
B = 26.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#A1ED8E (or 0xA1ED8E) is known color: Granny Smith Apple. HEX triplet: A1, ED and 8E. RGB value is (161,237,142). Sum of RGB (Red+Green+Blue) = 161+237+142=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #A1ED8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1ED8E is #5E1271. Grayscale: #CBCBCB. Windows color (decimal): -6165106 or 9366945. OLE color: 9366945.

HSL color Cylindrical-coordinate representation of color #A1ED8E: hue angle of 108º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1ED8E is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 237 142 -
CMYK 0.32 0 0.40 0.07
HSL 108º 0.73% 0.74% -
HSV(B) 108º 0.4% 0.93% -
XYZ 49.86 70.1 36.49 -
YUV 203.45 93.32 97.72 -
System Red Green Blue C M Y K H S L
Decimal 161 237 142 0.32 0 0.40 0.07 108 0.73 0.74
Hex A1 ED 8E 20 0 28 7 6C 49 4A
Octal 241 355 216 40 0 50 7 154 111 112
Binary 10100001 11101101 10001110 100000 0 101000 111 1101100 1001001 1001010

Color Harmonies of #A1ED8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ED8E

Black with #A1ED8E

Text Example


Text Example

White with #A1ED8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ED8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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