Html Css Color HEX #A1CE37 Atlantis

📋 copy color: '#A1CE37'

red 161 ◦ green 206 ◦ blue 55

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

Shades of Atlantis #A1CE37

Tints of Atlantis #A1CE37

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.82%

 BLUE value IS 55 (21.88% from 255) = 13.03%

R = 38.15%
G = 48.82%
B = 13.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#A1CE37 (or 0xA1CE37) is known color: Atlantis. HEX triplet: A1, CE and 37. RGB value is (161,206,55). Sum of RGB (Red+Green+Blue) = 161+206+55=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CE37 is #5E31C8. Grayscale: #AFAFAF. Windows color (decimal): -6173129 or 3657377. OLE color: 3657377.

HSL color Cylindrical-coordinate representation of color #A1CE37: hue angle of 77.88º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1CE37 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 206 55 -
CMYK 0.22 0 0.73 0.19
HSL 77.88º 0.61% 0.51% -
HSV(B) 77.88º 0.73% 0.81% -
XYZ 37.46 52 11.68 -
YUV 175.33 60.09 117.78 -
System Red Green Blue C M Y K H S L
Decimal 161 206 55 0.22 0 0.73 0.19 77.88 0.61 0.51
Hex A1 CE 37 16 0 49 13 4E 3D 33
Octal 241 316 67 26 0 111 23 116 75 63
Binary 10100001 11001110 110111 10110 0 1001001 10011 1001110 111101 110011

Color Harmonies of #A1CE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CE37

Black with #A1CE37

Text Example


Text Example

White with #A1CE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CE37; }

 p { color: rgb(161,206,55); }

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

background-color css

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

 a { background-color: rgb(161,206,55); }

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

border-color css

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

 span { border-color: rgb(161,206,55); }

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