Html Css Color HEX #A1F484 Granny Smith Apple

📋 copy color: '#A1F484'

red 161 ◦ green 244 ◦ blue 132

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

Shades of Granny Smith Apple #A1F484

Tints of Granny Smith Apple #A1F484

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.44%

 BLUE value IS 132 (51.95% from 255) = 24.58%

R = 29.98%
G = 45.44%
B = 24.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#A1F484 (or 0xA1F484) is known color: Granny Smith Apple. HEX triplet: A1, F4 and 84. RGB value is (161,244,132). Sum of RGB (Red+Green+Blue) = 161+244+132=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 244 (95.70% from 255 or 45.44% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F484 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F484 is #5E0B7B. Grayscale: #CECECE. Windows color (decimal): -6163324 or 8713377. OLE color: 8713377.

HSL color Cylindrical-coordinate representation of color #A1F484: hue angle of 104.46º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1F484 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 244 132 -
CMYK 0.34 0 0.46 0.04
HSL 104.46º 0.84% 0.74% -
HSV(B) 104.46º 0.46% 0.96% -
XYZ 51.21 73.94 33.4 -
YUV 206.42 86 95.61 -
System Red Green Blue C M Y K H S L
Decimal 161 244 132 0.34 0 0.46 0.04 104.46 0.84 0.74
Hex A1 F4 84 22 0 2E 4 68 54 4A
Octal 241 364 204 42 0 56 4 150 124 112
Binary 10100001 11110100 10000100 100010 0 101110 100 1101000 1010100 1001010

Color Harmonies of #A1F484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F484

Black with #A1F484

Text Example


Text Example

White with #A1F484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F484; }

 p { color: rgb(161,244,132); }

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

background-color css

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

 a { background-color: rgb(161,244,132); }

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

border-color css

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

 span { border-color: rgb(161,244,132); }

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