Html Css Color HEX #A1D636 Atlantis

📋 copy color: '#A1D636'

red 161 ◦ green 214 ◦ blue 54

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

Shades of Atlantis #A1D636

Tints of Atlantis #A1D636

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.88%

 BLUE value IS 54 (21.48% from 255) = 12.59%

R = 37.53%
G = 49.88%
B = 12.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#A1D636 (or 0xA1D636) is known color: Atlantis. HEX triplet: A1, D6 and 36. RGB value is (161,214,54). Sum of RGB (Red+Green+Blue) = 161+214+54=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D636 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D636 is #5E29C9. Grayscale: #B4B4B4. Windows color (decimal): -6171082 or 3593889. OLE color: 3593889.

HSL color Cylindrical-coordinate representation of color #A1D636: hue angle of 79.88º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1D636 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 214 54 -
CMYK 0.25 0 0.75 0.16
HSL 79.88º 0.66% 0.53% -
HSV(B) 79.88º 0.75% 0.84% -
XYZ 39.41 55.94 12.21 -
YUV 179.91 56.94 114.51 -
System Red Green Blue C M Y K H S L
Decimal 161 214 54 0.25 0 0.75 0.16 79.88 0.66 0.53
Hex A1 D6 36 19 0 4B 10 50 42 35
Octal 241 326 66 31 0 113 20 120 102 65
Binary 10100001 11010110 110110 11001 0 1001011 10000 1010000 1000010 110101

Color Harmonies of #A1D636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D636

Black with #A1D636

Text Example


Text Example

White with #A1D636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D636; }

 p { color: rgb(161,214,54); }

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

background-color css

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

 a { background-color: rgb(161,214,54); }

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

border-color css

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

 span { border-color: rgb(161,214,54); }

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