Html Css Color HEX #A1C245 Atlantis

📋 copy color: '#A1C245'

red 161 ◦ green 194 ◦ blue 69

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

Shades of Atlantis #A1C245

Tints of Atlantis #A1C245

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.75%

 BLUE value IS 69 (27.34% from 255) = 16.27%

R = 37.97%
G = 45.75%
B = 16.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#A1C245 (or 0xA1C245) is known color: Atlantis. HEX triplet: A1, C2 and 45. RGB value is (161,194,69). Sum of RGB (Red+Green+Blue) = 161+194+69=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C245 is #5E3DBA. Grayscale: #AAAAAA. Windows color (decimal): -6176187 or 4571809. OLE color: 4571809.

HSL color Cylindrical-coordinate representation of color #A1C245: hue angle of 75.84º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1C245 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 194 69 -
CMYK 0.17 0 0.64 0.24
HSL 75.84º 0.51% 0.52% -
HSV(B) 75.84º 0.64% 0.76% -
XYZ 35.06 46.59 12.77 -
YUV 169.88 71.07 121.66 -
System Red Green Blue C M Y K H S L
Decimal 161 194 69 0.17 0 0.64 0.24 75.84 0.51 0.52
Hex A1 C2 45 11 0 40 18 4C 33 34
Octal 241 302 105 21 0 100 30 114 63 64
Binary 10100001 11000010 1000101 10001 0 1000000 11000 1001100 110011 110100

Color Harmonies of #A1C245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C245

Black with #A1C245

Text Example


Text Example

White with #A1C245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C245; }

 p { color: rgb(161,194,69); }

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

background-color css

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

 a { background-color: rgb(161,194,69); }

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

border-color css

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

 span { border-color: rgb(161,194,69); }

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