Html Css Color HEX #A1F084 Granny Smith Apple

📋 copy color: '#A1F084'

red 161 ◦ green 240 ◦ blue 132

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

Shades of Granny Smith Apple #A1F084

Tints of Granny Smith Apple #A1F084

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.03%

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

R = 30.21%
G = 45.03%
B = 24.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#A1F084 (or 0xA1F084) is known color: Granny Smith Apple. HEX triplet: A1, F0 and 84. RGB value is (161,240,132). Sum of RGB (Red+Green+Blue) = 161+240+132=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F084 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F084 is #5E0F7B. Grayscale: #CCCCCC. Windows color (decimal): -6164348 or 8712353. OLE color: 8712353.

HSL color Cylindrical-coordinate representation of color #A1F084: hue angle of 103.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1F084 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 240 132 -
CMYK 0.33 0 0.45 0.06
HSL 103.89º 0.78% 0.73% -
HSV(B) 103.89º 0.45% 0.94% -
XYZ 50.02 71.56 33.01 -
YUV 204.07 87.33 97.28 -
System Red Green Blue C M Y K H S L
Decimal 161 240 132 0.33 0 0.45 0.06 103.89 0.78 0.73
Hex A1 F0 84 21 0 2D 6 68 4E 49
Octal 241 360 204 41 0 55 6 150 116 111
Binary 10100001 11110000 10000100 100001 0 101101 110 1101000 1001110 1001001

Color Harmonies of #A1F084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F084

Black with #A1F084

Text Example


Text Example

White with #A1F084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F084; }

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

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

background-color css

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

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

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

border-color css

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

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

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