Html Css Color HEX #A2C13F Atlantis

📋 copy color: '#A2C13F'

red 162 ◦ green 193 ◦ blue 63

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

Shades of Atlantis #A2C13F

Tints of Atlantis #A2C13F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.17%

 BLUE value IS 63 (25% from 255) = 15.07%

R = 38.76%
G = 46.17%
B = 15.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#A2C13F (or 0xA2C13F) is known color: Atlantis. HEX triplet: A2, C1 and 3F. RGB value is (162,193,63). Sum of RGB (Red+Green+Blue) = 162+193+63=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C13F is #5D3EC0. Grayscale: #A9A9A9. Windows color (decimal): -6110913 or 4178338. OLE color: 4178338.

HSL color Cylindrical-coordinate representation of color #A2C13F: hue angle of 74.31º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2C13F is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 193 63 -
CMYK 0.16 0 0.67 0.24
HSL 74.31º 0.51% 0.5% -
HSV(B) 74.31º 0.67% 0.76% -
XYZ 34.87 46.18 11.78 -
YUV 168.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 162 193 63 0.16 0 0.67 0.24 74.31 0.51 0.5
Hex A2 C1 3F 10 0 43 18 4A 33 32
Octal 242 301 77 20 0 103 30 112 63 62
Binary 10100010 11000001 111111 10000 0 1000011 11000 1001010 110011 110010

Color Harmonies of #A2C13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C13F

Black with #A2C13F

Text Example


Text Example

White with #A2C13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C13F; }

 p { color: rgb(162,193,63); }

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

background-color css

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

 a { background-color: rgb(162,193,63); }

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

border-color css

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

 span { border-color: rgb(162,193,63); }

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