Html Css Color HEX #A1D642 Atlantis

📋 copy color: '#A1D642'

red 161 ◦ green 214 ◦ blue 66

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

Shades of Atlantis #A1D642

Tints of Atlantis #A1D642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.97%

R = 36.51%
G = 48.53%
B = 14.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#A1D642 (or 0xA1D642) is known color: Atlantis. HEX triplet: A1, D6 and 42. RGB value is (161,214,66). Sum of RGB (Red+Green+Blue) = 161+214+66=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D642 is #5E29BD. Grayscale: #B5B5B5. Windows color (decimal): -6171070 or 4380321. OLE color: 4380321.

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

Color convert

RGB 161 214 66 -
CMYK 0.25 0 0.69 0.16
HSL 81.49º 0.64% 0.55% -
HSV(B) 81.49º 0.69% 0.84% -
XYZ 39.73 56.06 13.88 -
YUV 181.28 62.94 113.53 -
System Red Green Blue C M Y K H S L
Decimal 161 214 66 0.25 0 0.69 0.16 81.49 0.64 0.55
Hex A1 D6 42 19 0 45 10 51 40 37
Octal 241 326 102 31 0 105 20 121 100 67
Binary 10100001 11010110 1000010 11001 0 1000101 10000 1010001 1000000 110111

Color Harmonies of #A1D642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D642

Black with #A1D642

Text Example


Text Example

White with #A1D642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D642; }

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

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

background-color css

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

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

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

border-color css

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

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

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