Html Css Color HEX #A1C452 Atlantis

📋 copy color: '#A1C452'

red 161 ◦ green 196 ◦ blue 82

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

Shades of Atlantis #A1C452

Tints of Atlantis #A1C452

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.65%

 BLUE value IS 82 (32.42% from 255) = 18.68%

R = 36.67%
G = 44.65%
B = 18.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#A1C452 (or 0xA1C452) is known color: Atlantis. HEX triplet: A1, C4 and 52. RGB value is (161,196,82). Sum of RGB (Red+Green+Blue) = 161+196+82=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C452 is #5E3BAD. Grayscale: #ACACAC. Windows color (decimal): -6175662 or 5424289. OLE color: 5424289.

HSL color Cylindrical-coordinate representation of color #A1C452: hue angle of 78.42º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1C452 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 196 82 -
CMYK 0.18 0 0.58 0.23
HSL 78.42º 0.49% 0.55% -
HSV(B) 78.42º 0.58% 0.77% -
XYZ 35.96 47.67 15.29 -
YUV 172.54 76.9 119.77 -
System Red Green Blue C M Y K H S L
Decimal 161 196 82 0.18 0 0.58 0.23 78.42 0.49 0.55
Hex A1 C4 52 12 0 3A 17 4E 31 37
Octal 241 304 122 22 0 72 27 116 61 67
Binary 10100001 11000100 1010010 10010 0 111010 10111 1001110 110001 110111

Color Harmonies of #A1C452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C452

Black with #A1C452

Text Example


Text Example

White with #A1C452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C452; }

 p { color: rgb(161,196,82); }

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

background-color css

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

 a { background-color: rgb(161,196,82); }

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

border-color css

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

 span { border-color: rgb(161,196,82); }

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