Html Css Color HEX #A2CE4A Atlantis

📋 copy color: '#A2CE4A'

red 162 ◦ green 206 ◦ blue 74

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

Shades of Atlantis #A2CE4A

Tints of Atlantis #A2CE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.74%

R = 36.65%
G = 46.61%
B = 16.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#A2CE4A (or 0xA2CE4A) is known color: Atlantis. HEX triplet: A2, CE and 4A. RGB value is (162,206,74). Sum of RGB (Red+Green+Blue) = 162+206+74=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CE4A is #5D31B5. Grayscale: #B2B2B2. Windows color (decimal): -6107574 or 4902562. OLE color: 4902562.

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

Color convert

RGB 162 206 74 -
CMYK 0.21 0 0.64 0.19
HSL 80º 0.57% 0.55% -
HSV(B) 80º 0.64% 0.81% -
XYZ 38.21 52.32 14.56 -
YUV 177.8 69.42 116.73 -
System Red Green Blue C M Y K H S L
Decimal 162 206 74 0.21 0 0.64 0.19 80 0.57 0.55
Hex A2 CE 4A 15 0 40 13 50 39 37
Octal 242 316 112 25 0 100 23 120 71 67
Binary 10100010 11001110 1001010 10101 0 1000000 10011 1010000 111001 110111

Color Harmonies of #A2CE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CE4A

Black with #A2CE4A

Text Example


Text Example

White with #A2CE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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