Html Css Color HEX #A2C93D Atlantis

📋 copy color: '#A2C93D'

red 162 ◦ green 201 ◦ blue 61

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

Shades of Atlantis #A2C93D

Tints of Atlantis #A2C93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.39%

R = 38.21%
G = 47.41%
B = 14.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#A2C93D (or 0xA2C93D) is known color: Atlantis. HEX triplet: A2, C9 and 3D. RGB value is (162,201,61). Sum of RGB (Red+Green+Blue) = 162+201+61=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C93D is #5D36C2. Grayscale: #ADADAD. Windows color (decimal): -6108867 or 4049314. OLE color: 4049314.

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

Color convert

RGB 162 201 61 -
CMYK 0.19 0 0.70 0.21
HSL 76.71º 0.56% 0.51% -
HSV(B) 76.71º 0.7% 0.79% -
XYZ 36.63 49.79 12.1 -
YUV 173.38 64.58 119.88 -
System Red Green Blue C M Y K H S L
Decimal 162 201 61 0.19 0 0.70 0.21 76.71 0.56 0.51
Hex A2 C9 3D 13 0 46 15 4D 38 33
Octal 242 311 75 23 0 106 25 115 70 63
Binary 10100010 11001001 111101 10011 0 1000110 10101 1001101 111000 110011

Color Harmonies of #A2C93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C93D

Black with #A2C93D

Text Example


Text Example

White with #A2C93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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