Html Css Color HEX #A1C148 Atlantis

📋 copy color: '#A1C148'

red 161 ◦ green 193 ◦ blue 72

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

Shades of Atlantis #A1C148

Tints of Atlantis #A1C148

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.31%

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

R = 37.79%
G = 45.31%
B = 16.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#A1C148 (or 0xA1C148) is known color: Atlantis. HEX triplet: A1, C1 and 48. RGB value is (161,193,72). Sum of RGB (Red+Green+Blue) = 161+193+72=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C148 is #5E3EB7. Grayscale: #AAAAAA. Windows color (decimal): -6176440 or 4768161. OLE color: 4768161.

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

Color convert

RGB 161 193 72 -
CMYK 0.17 0 0.63 0.24
HSL 75.87º 0.49% 0.52% -
HSV(B) 75.87º 0.63% 0.76% -
XYZ 34.94 46.18 13.2 -
YUV 169.64 72.9 121.84 -
System Red Green Blue C M Y K H S L
Decimal 161 193 72 0.17 0 0.63 0.24 75.87 0.49 0.52
Hex A1 C1 48 11 0 3F 18 4C 31 34
Octal 241 301 110 21 0 77 30 114 61 64
Binary 10100001 11000001 1001000 10001 0 111111 11000 1001100 110001 110100

Color Harmonies of #A1C148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C148

Black with #A1C148

Text Example


Text Example

White with #A1C148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C148; }

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

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

background-color css

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

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

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

border-color css

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

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

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