Html Css Color HEX #A1D73F Atlantis

📋 copy color: '#A1D73F'

red 161 ◦ green 215 ◦ blue 63

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

Shades of Atlantis #A1D73F

Tints of Atlantis #A1D73F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.97%

 BLUE value IS 63 (25% from 255) = 14.35%

R = 36.67%
G = 48.97%
B = 14.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#A1D73F (or 0xA1D73F) is known color: Atlantis. HEX triplet: A1, D7 and 3F. RGB value is (161,215,63). Sum of RGB (Red+Green+Blue) = 161+215+63=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D73F is #5E28C0. Grayscale: #B6B6B6. Windows color (decimal): -6170817 or 4183969. OLE color: 4183969.

HSL color Cylindrical-coordinate representation of color #A1D73F: hue angle of 81.32º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1D73F is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 215 63 -
CMYK 0.25 0 0.71 0.16
HSL 81.32º 0.66% 0.55% -
HSV(B) 81.32º 0.71% 0.84% -
XYZ 39.9 56.54 13.51 -
YUV 181.53 61.11 113.36 -
System Red Green Blue C M Y K H S L
Decimal 161 215 63 0.25 0 0.71 0.16 81.32 0.66 0.55
Hex A1 D7 3F 19 0 47 10 51 42 37
Octal 241 327 77 31 0 107 20 121 102 67
Binary 10100001 11010111 111111 11001 0 1000111 10000 1010001 1000010 110111

Color Harmonies of #A1D73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D73F

Black with #A1D73F

Text Example


Text Example

White with #A1D73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D73F; }

 p { color: rgb(161,215,63); }

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

background-color css

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

 a { background-color: rgb(161,215,63); }

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

border-color css

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

 span { border-color: rgb(161,215,63); }

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