Html Css Color HEX #A2CE4B Atlantis

📋 copy color: '#A2CE4B'

red 162 ◦ green 206 ◦ blue 75

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

Shades of Atlantis #A2CE4B

Tints of Atlantis #A2CE4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.93%

R = 36.57%
G = 46.5%
B = 16.93%

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

#A2CE4B (or 0xA2CE4B) is known color: Atlantis. HEX triplet: A2, CE and 4B. RGB value is (162,206,75). Sum of RGB (Red+Green+Blue) = 162+206+75=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CE4B is #5D31B4. Grayscale: #B2B2B2. Windows color (decimal): -6107573 or 4968098. OLE color: 4968098.

HSL color Cylindrical-coordinate representation of color #A2CE4B: hue angle of 80.15º 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 #A2CE4B is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 206 75 -
CMYK 0.21 0 0.64 0.19
HSL 80.15º 0.57% 0.55% -
HSV(B) 80.15º 0.64% 0.81% -
XYZ 38.24 52.33 14.74 -
YUV 177.91 69.92 116.65 -
System Red Green Blue C M Y K H S L
Decimal 162 206 75 0.21 0 0.64 0.19 80.15 0.57 0.55
Hex A2 CE 4B 15 0 40 13 50 39 37
Octal 242 316 113 25 0 100 23 120 71 67
Binary 10100010 11001110 1001011 10101 0 1000000 10011 1010000 111001 110111

Color Harmonies of #A2CE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CE4B

Black with #A2CE4B

Text Example


Text Example

White with #A2CE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CE4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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