Html Css Color HEX #A1F87F Granny Smith Apple

📋 copy color: '#A1F87F'

red 161 ◦ green 248 ◦ blue 127

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

Shades of Granny Smith Apple #A1F87F

Tints of Granny Smith Apple #A1F87F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.27%

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

R = 30.04%
G = 46.27%
B = 23.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#A1F87F (or 0xA1F87F) is known color: Granny Smith Apple. HEX triplet: A1, F8 and 7F. RGB value is (161,248,127). Sum of RGB (Red+Green+Blue) = 161+248+127=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F87F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F87F is #5E0780. Grayscale: #D0D0D0. Windows color (decimal): -6162305 or 8386721. OLE color: 8386721.

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

Color convert

RGB 161 248 127 -
CMYK 0.35 0 0.49 0.03
HSL 103.14º 0.9% 0.74% -
HSV(B) 103.14º 0.49% 0.97% -
XYZ 52.1 76.24 32.05 -
YUV 208.19 82.18 94.34 -
System Red Green Blue C M Y K H S L
Decimal 161 248 127 0.35 0 0.49 0.03 103.14 0.9 0.74
Hex A1 F8 7F 23 0 31 3 67 5A 4A
Octal 241 370 177 43 0 61 3 147 132 112
Binary 10100001 11111000 1111111 100011 0 110001 11 1100111 1011010 1001010

Color Harmonies of #A1F87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F87F

Black with #A1F87F

Text Example


Text Example

White with #A1F87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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