Html Css Color HEX #A2C93B Atlantis

📋 copy color: '#A2C93B'

red 162 ◦ green 201 ◦ blue 59

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

Shades of Atlantis #A2C93B

Tints of Atlantis #A2C93B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.63%

 BLUE value IS 59 (23.44% from 255) = 13.98%

R = 38.39%
G = 47.63%
B = 13.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#A2C93B (or 0xA2C93B) is known color: Atlantis. HEX triplet: A2, C9 and 3B. RGB value is (162,201,59). Sum of RGB (Red+Green+Blue) = 162+201+59=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 59 (23.44% from 255 or 13.98% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C93B is #5D36C4. Grayscale: #ADADAD. Windows color (decimal): -6108869 or 3918242. OLE color: 3918242.

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

Color convert

RGB 162 201 59 -
CMYK 0.19 0 0.71 0.21
HSL 76.48º 0.57% 0.51% -
HSV(B) 76.48º 0.71% 0.79% -
XYZ 36.58 49.77 11.82 -
YUV 173.15 63.58 120.05 -
System Red Green Blue C M Y K H S L
Decimal 162 201 59 0.19 0 0.71 0.21 76.48 0.57 0.51
Hex A2 C9 3B 13 0 47 15 4C 39 33
Octal 242 311 73 23 0 107 25 114 71 63
Binary 10100010 11001001 111011 10011 0 1000111 10101 1001100 111001 110011

Color Harmonies of #A2C93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C93B

Black with #A2C93B

Text Example


Text Example

White with #A2C93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C93B; }

 p { color: rgb(162,201,59); }

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

background-color css

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

 a { background-color: rgb(162,201,59); }

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

border-color css

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

 span { border-color: rgb(162,201,59); }

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