Html Css Color HEX #A2CE40 Atlantis

📋 copy color: '#A2CE40'

red 162 ◦ green 206 ◦ blue 64

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

Shades of Atlantis #A2CE40

Tints of Atlantis #A2CE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.81%

R = 37.5%
G = 47.69%
B = 14.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#A2CE40 (or 0xA2CE40) is known color: Atlantis. HEX triplet: A2, CE and 40. RGB value is (162,206,64). Sum of RGB (Red+Green+Blue) = 162+206+64=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CE40 is #5D31BF. Grayscale: #B1B1B1. Windows color (decimal): -6107584 or 4247202. OLE color: 4247202.

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

Color convert

RGB 162 206 64 -
CMYK 0.21 0 0.69 0.19
HSL 78.59º 0.59% 0.53% -
HSV(B) 78.59º 0.69% 0.81% -
XYZ 37.9 52.19 12.93 -
YUV 176.66 64.42 117.55 -
System Red Green Blue C M Y K H S L
Decimal 162 206 64 0.21 0 0.69 0.19 78.59 0.59 0.53
Hex A2 CE 40 15 0 45 13 4F 3B 35
Octal 242 316 100 25 0 105 23 117 73 65
Binary 10100010 11001110 1000000 10101 0 1000101 10011 1001111 111011 110101

Color Harmonies of #A2CE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CE40

Black with #A2CE40

Text Example


Text Example

White with #A2CE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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