Html Css Color HEX #A2C852 Atlantis

📋 copy color: '#A2C852'

red 162 ◦ green 200 ◦ blue 82

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

Shades of Atlantis #A2C852

Tints of Atlantis #A2C852

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.05%

 BLUE value IS 82 (32.42% from 255) = 18.47%

R = 36.49%
G = 45.05%
B = 18.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#A2C852 (or 0xA2C852) is known color: Atlantis. HEX triplet: A2, C8 and 52. RGB value is (162,200,82). Sum of RGB (Red+Green+Blue) = 162+200+82=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C852 is #5D37AD. Grayscale: #AFAFAF. Windows color (decimal): -6109102 or 5425314. OLE color: 5425314.

HSL color Cylindrical-coordinate representation of color #A2C852: hue angle of 79.32º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2C852 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 200 82 -
CMYK 0.19 0 0.59 0.22
HSL 79.32º 0.52% 0.55% -
HSV(B) 79.32º 0.59% 0.78% -
XYZ 37.08 49.6 15.6 -
YUV 175.19 75.41 118.59 -
System Red Green Blue C M Y K H S L
Decimal 162 200 82 0.19 0 0.59 0.22 79.32 0.52 0.55
Hex A2 C8 52 13 0 3B 16 4F 34 37
Octal 242 310 122 23 0 73 26 117 64 67
Binary 10100010 11001000 1010010 10011 0 111011 10110 1001111 110100 110111

Color Harmonies of #A2C852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C852

Black with #A2C852

Text Example


Text Example

White with #A2C852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C852; }

 p { color: rgb(162,200,82); }

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

background-color css

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

 a { background-color: rgb(162,200,82); }

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

border-color css

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

 span { border-color: rgb(162,200,82); }

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