Html Css Color HEX #A1D14E Atlantis

📋 copy color: '#A1D14E'

red 161 ◦ green 209 ◦ blue 78

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

Shades of Atlantis #A1D14E

Tints of Atlantis #A1D14E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.65%

 BLUE value IS 78 (30.86% from 255) = 17.41%

R = 35.94%
G = 46.65%
B = 17.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#A1D14E (or 0xA1D14E) is known color: Atlantis. HEX triplet: A1, D1 and 4E. RGB value is (161,209,78). Sum of RGB (Red+Green+Blue) = 161+209+78=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D14E is #5E2EB1. Grayscale: #B4B4B4. Windows color (decimal): -6172338 or 5165473. OLE color: 5165473.

HSL color Cylindrical-coordinate representation of color #A1D14E: hue angle of 81.98º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1D14E is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 209 78 -
CMYK 0.23 0 0.63 0.18
HSL 81.98º 0.59% 0.56% -
HSV(B) 81.98º 0.63% 0.82% -
XYZ 38.87 53.73 15.53 -
YUV 179.71 70.6 114.65 -
System Red Green Blue C M Y K H S L
Decimal 161 209 78 0.23 0 0.63 0.18 81.98 0.59 0.56
Hex A1 D1 4E 17 0 3F 12 52 3B 38
Octal 241 321 116 27 0 77 22 122 73 70
Binary 10100001 11010001 1001110 10111 0 111111 10010 1010010 111011 111000

Color Harmonies of #A1D14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D14E

Black with #A1D14E

Text Example


Text Example

White with #A1D14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D14E; }

 p { color: rgb(161,209,78); }

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

background-color css

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

 a { background-color: rgb(161,209,78); }

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

border-color css

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

 span { border-color: rgb(161,209,78); }

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