Html Css Color HEX #A1D948 Atlantis

📋 copy color: '#A1D948'

red 161 ◦ green 217 ◦ blue 72

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

Shades of Atlantis #A1D948

Tints of Atlantis #A1D948

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.22%

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

R = 35.78%
G = 48.22%
B = 16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#A1D948 (or 0xA1D948) is known color: Atlantis. HEX triplet: A1, D9 and 48. RGB value is (161,217,72). Sum of RGB (Red+Green+Blue) = 161+217+72=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D948 is #5E26B7. Grayscale: #B8B8B8. Windows color (decimal): -6170296 or 4774305. OLE color: 4774305.

HSL color Cylindrical-coordinate representation of color #A1D948: hue angle of 83.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1D948 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 217 72 -
CMYK 0.26 0 0.67 0.15
HSL 83.17º 0.66% 0.57% -
HSV(B) 83.17º 0.67% 0.85% -
XYZ 40.68 57.67 15.12 -
YUV 183.73 64.95 111.79 -
System Red Green Blue C M Y K H S L
Decimal 161 217 72 0.26 0 0.67 0.15 83.17 0.66 0.57
Hex A1 D9 48 1A 0 43 F 53 42 39
Octal 241 331 110 32 0 103 17 123 102 71
Binary 10100001 11011001 1001000 11010 0 1000011 1111 1010011 1000010 111001

Color Harmonies of #A1D948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D948

Black with #A1D948

Text Example


Text Example

White with #A1D948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D948; }

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

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

background-color css

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

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

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

border-color css

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

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

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