Html Css Color HEX #A1C048 Atlantis

📋 copy color: '#A1C048'

red 161 ◦ green 192 ◦ blue 72

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

Shades of Atlantis #A1C048

Tints of Atlantis #A1C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.18%

 BLUE value IS 72 (28.52% from 255) = 16.94%

R = 37.88%
G = 45.18%
B = 16.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#A1C048 (or 0xA1C048) is known color: Atlantis. HEX triplet: A1, C0 and 48. RGB value is (161,192,72). Sum of RGB (Red+Green+Blue) = 161+192+72=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C048 is #5E3FB7. Grayscale: #A9A9A9. Windows color (decimal): -6176696 or 4767905. OLE color: 4767905.

HSL color Cylindrical-coordinate representation of color #A1C048: hue angle of 75.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1C048 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 192 72 -
CMYK 0.16 0 0.63 0.25
HSL 75.5º 0.49% 0.52% -
HSV(B) 75.5º 0.63% 0.75% -
XYZ 34.72 45.74 13.13 -
YUV 169.05 73.23 122.26 -
System Red Green Blue C M Y K H S L
Decimal 161 192 72 0.16 0 0.63 0.25 75.5 0.49 0.52
Hex A1 C0 48 10 0 3F 19 4C 31 34
Octal 241 300 110 20 0 77 31 114 61 64
Binary 10100001 11000000 1001000 10000 0 111111 11001 1001100 110001 110100

Color Harmonies of #A1C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C048

Black with #A1C048

Text Example


Text Example

White with #A1C048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C048; }

 p { color: rgb(161,192,72); }

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

background-color css

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

 a { background-color: rgb(161,192,72); }

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

border-color css

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

 span { border-color: rgb(161,192,72); }

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