Html Css Color HEX #A2CE4E Atlantis

📋 copy color: '#A2CE4E'

red 162 ◦ green 206 ◦ blue 78

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

Shades of Atlantis #A2CE4E

Tints of Atlantis #A2CE4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.49%

R = 36.32%
G = 46.19%
B = 17.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#A2CE4E (or 0xA2CE4E) is known color: Atlantis. HEX triplet: A2, CE and 4E. RGB value is (162,206,78). Sum of RGB (Red+Green+Blue) = 162+206+78=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE4E is #5D31B1. Grayscale: #B2B2B2. Windows color (decimal): -6107570 or 5164706. OLE color: 5164706.

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

Color convert

RGB 162 206 78 -
CMYK 0.21 0 0.62 0.19
HSL 80.63º 0.57% 0.56% -
HSV(B) 80.63º 0.62% 0.81% -
XYZ 38.35 52.37 15.3 -
YUV 178.25 71.42 116.41 -
System Red Green Blue C M Y K H S L
Decimal 162 206 78 0.21 0 0.62 0.19 80.63 0.57 0.56
Hex A2 CE 4E 15 0 3E 13 51 39 38
Octal 242 316 116 25 0 76 23 121 71 70
Binary 10100010 11001110 1001110 10101 0 111110 10011 1010001 111001 111000

Color Harmonies of #A2CE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CE4E

Black with #A2CE4E

Text Example


Text Example

White with #A2CE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CE4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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