Html Css Color HEX #A2C850 Atlantis

📋 copy color: '#A2C850'

red 162 ◦ green 200 ◦ blue 80

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

Shades of Atlantis #A2C850

Tints of Atlantis #A2C850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.1%

R = 36.65%
G = 45.25%
B = 18.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#A2C850 (or 0xA2C850) is known color: Atlantis. HEX triplet: A2, C8 and 50. RGB value is (162,200,80). Sum of RGB (Red+Green+Blue) = 162+200+80=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C850 is #5D37AF. Grayscale: #AFAFAF. Windows color (decimal): -6109104 or 5294242. OLE color: 5294242.

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

Color convert

RGB 162 200 80 -
CMYK 0.19 0 0.6 0.22
HSL 79º 0.52% 0.55% -
HSV(B) 79º 0.6% 0.78% -
XYZ 37 49.57 15.21 -
YUV 174.96 74.41 118.76 -
System Red Green Blue C M Y K H S L
Decimal 162 200 80 0.19 0 0.6 0.22 79 0.52 0.55
Hex A2 C8 50 13 0 3C 16 4F 34 37
Octal 242 310 120 23 0 74 26 117 64 67
Binary 10100010 11001000 1010000 10011 0 111100 10110 1001111 110100 110111

Color Harmonies of #A2C850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C850

Black with #A2C850

Text Example


Text Example

White with #A2C850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C850; }

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

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

background-color css

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

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

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

border-color css

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

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

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