Html Css Color HEX #A2C83A Atlantis

📋 copy color: '#A2C83A'

red 162 ◦ green 200 ◦ blue 58

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

Shades of Atlantis #A2C83A

Tints of Atlantis #A2C83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.81%

R = 38.57%
G = 47.62%
B = 13.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#A2C83A (or 0xA2C83A) is known color: Atlantis. HEX triplet: A2, C8 and 3A. RGB value is (162,200,58). Sum of RGB (Red+Green+Blue) = 162+200+58=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C83A is #5D37C5. Grayscale: #ACACAC. Windows color (decimal): -6109126 or 3852450. OLE color: 3852450.

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

Color convert

RGB 162 200 58 -
CMYK 0.19 0 0.71 0.22
HSL 76.06º 0.56% 0.51% -
HSV(B) 76.06º 0.71% 0.78% -
XYZ 36.32 49.3 11.6 -
YUV 172.45 63.41 120.55 -
System Red Green Blue C M Y K H S L
Decimal 162 200 58 0.19 0 0.71 0.22 76.06 0.56 0.51
Hex A2 C8 3A 13 0 47 16 4C 38 33
Octal 242 310 72 23 0 107 26 114 70 63
Binary 10100010 11001000 111010 10011 0 1000111 10110 1001100 111000 110011

Color Harmonies of #A2C83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C83A

Black with #A2C83A

Text Example


Text Example

White with #A2C83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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