Html Css Color HEX #A1F083 Granny Smith Apple

📋 copy color: '#A1F083'

red 161 ◦ green 240 ◦ blue 131

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

Shades of Granny Smith Apple #A1F083

Tints of Granny Smith Apple #A1F083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.62%

R = 30.26%
G = 45.11%
B = 24.62%

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

#A1F083 (or 0xA1F083) is known color: Granny Smith Apple. HEX triplet: A1, F0 and 83. RGB value is (161,240,131). Sum of RGB (Red+Green+Blue) = 161+240+131=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F083 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F083 is #5E0F7C. Grayscale: #CCCCCC. Windows color (decimal): -6164349 or 8646817. OLE color: 8646817.

HSL color Cylindrical-coordinate representation of color #A1F083: hue angle of 103.49º 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 #A1F083 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 240 131 -
CMYK 0.33 0 0.45 0.06
HSL 103.49º 0.78% 0.73% -
HSV(B) 103.49º 0.45% 0.94% -
XYZ 49.95 71.54 32.65 -
YUV 203.95 86.83 97.36 -
System Red Green Blue C M Y K H S L
Decimal 161 240 131 0.33 0 0.45 0.06 103.49 0.78 0.73
Hex A1 F0 83 21 0 2D 6 67 4E 49
Octal 241 360 203 41 0 55 6 147 116 111
Binary 10100001 11110000 10000011 100001 0 101101 110 1100111 1001110 1001001

Color Harmonies of #A1F083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F083

Black with #A1F083

Text Example


Text Example

White with #A1F083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F083; }

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

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

background-color css

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

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

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

border-color css

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

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

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