Html Css Color HEX #A2CE41 Atlantis

📋 copy color: '#A2CE41'

red 162 ◦ green 206 ◦ blue 65

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

Shades of Atlantis #A2CE41

Tints of Atlantis #A2CE41

RGB

 RED value IS 162 (63.67% from 255) = 37.41%

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

 BLUE value IS 65 (25.78% from 255) = 15.01%

R = 37.41%
G = 47.58%
B = 15.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#A2CE41 (or 0xA2CE41) is known color: Atlantis. HEX triplet: A2, CE and 41. RGB value is (162,206,65). Sum of RGB (Red+Green+Blue) = 162+206+65=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CE41 is #5D31BE. Grayscale: #B1B1B1. Windows color (decimal): -6107583 or 4312738. OLE color: 4312738.

HSL color Cylindrical-coordinate representation of color #A2CE41: hue angle of 78.72º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2CE41 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 206 65 -
CMYK 0.21 0 0.68 0.19
HSL 78.72º 0.59% 0.53% -
HSV(B) 78.72º 0.68% 0.81% -
XYZ 37.93 52.21 13.08 -
YUV 176.77 64.92 117.46 -
System Red Green Blue C M Y K H S L
Decimal 162 206 65 0.21 0 0.68 0.19 78.72 0.59 0.53
Hex A2 CE 41 15 0 44 13 4F 3B 35
Octal 242 316 101 25 0 104 23 117 73 65
Binary 10100010 11001110 1000001 10101 0 1000100 10011 1001111 111011 110101

Color Harmonies of #A2CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CE41

Black with #A2CE41

Text Example


Text Example

White with #A2CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CE41; }

 p { color: rgb(162,206,65); }

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

background-color css

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

 a { background-color: rgb(162,206,65); }

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

border-color css

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

 span { border-color: rgb(162,206,65); }

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