Html Css Color HEX #A1C748 Atlantis

📋 copy color: '#A1C748'

red 161 ◦ green 199 ◦ blue 72

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

Shades of Atlantis #A1C748

Tints of Atlantis #A1C748

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.06%

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

R = 37.27%
G = 46.06%
B = 16.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#A1C748 (or 0xA1C748) is known color: Atlantis. HEX triplet: A1, C7 and 48. RGB value is (161,199,72). Sum of RGB (Red+Green+Blue) = 161+199+72=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C748 is #5E38B7. Grayscale: #ADADAD. Windows color (decimal): -6174904 or 4769697. OLE color: 4769697.

HSL color Cylindrical-coordinate representation of color #A1C748: hue angle of 77.95º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1C748 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 199 72 -
CMYK 0.19 0 0.64 0.22
HSL 77.95º 0.53% 0.53% -
HSV(B) 77.95º 0.64% 0.78% -
XYZ 36.29 48.89 13.66 -
YUV 173.16 70.91 119.33 -
System Red Green Blue C M Y K H S L
Decimal 161 199 72 0.19 0 0.64 0.22 77.95 0.53 0.53
Hex A1 C7 48 13 0 40 16 4E 35 35
Octal 241 307 110 23 0 100 26 116 65 65
Binary 10100001 11000111 1001000 10011 0 1000000 10110 1001110 110101 110101

Color Harmonies of #A1C748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C748

Black with #A1C748

Text Example


Text Example

White with #A1C748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C748; }

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

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

background-color css

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

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

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

border-color css

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

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

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