Html Css Color HEX #A1F97F Granny Smith Apple

📋 copy color: '#A1F97F'

red 161 ◦ green 249 ◦ blue 127

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

Shades of Granny Smith Apple #A1F97F

Tints of Granny Smith Apple #A1F97F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.37%

 BLUE value IS 127 (50% from 255) = 23.65%

R = 29.98%
G = 46.37%
B = 23.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#A1F97F (or 0xA1F97F) is known color: Granny Smith Apple. HEX triplet: A1, F9 and 7F. RGB value is (161,249,127). Sum of RGB (Red+Green+Blue) = 161+249+127=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F97F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F97F is #5E0680. Grayscale: #D1D1D1. Windows color (decimal): -6162049 or 8386977. OLE color: 8386977.

HSL color Cylindrical-coordinate representation of color #A1F97F: hue angle of 103.28º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1F97F is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 249 127 -
CMYK 0.35 0 0.49 0.02
HSL 103.28º 0.91% 0.74% -
HSV(B) 103.28º 0.49% 0.98% -
XYZ 52.4 76.86 32.15 -
YUV 208.78 81.85 93.92 -
System Red Green Blue C M Y K H S L
Decimal 161 249 127 0.35 0 0.49 0.02 103.28 0.91 0.74
Hex A1 F9 7F 23 0 31 2 67 5B 4A
Octal 241 371 177 43 0 61 2 147 133 112
Binary 10100001 11111001 1111111 100011 0 110001 10 1100111 1011011 1001010

Color Harmonies of #A1F97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F97F

Black with #A1F97F

Text Example


Text Example

White with #A1F97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F97F; }

 p { color: rgb(161,249,127); }

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

background-color css

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

 a { background-color: rgb(161,249,127); }

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

border-color css

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

 span { border-color: rgb(161,249,127); }

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