Html Css Color HEX #A2C741 Atlantis

📋 copy color: '#A2C741'

red 162 ◦ green 199 ◦ blue 65

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

Shades of Atlantis #A2C741

Tints of Atlantis #A2C741

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.71%

 BLUE value IS 65 (25.78% from 255) = 15.26%

R = 38.03%
G = 46.71%
B = 15.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#A2C741 (or 0xA2C741) is known color: Atlantis. HEX triplet: A2, C7 and 41. RGB value is (162,199,65). Sum of RGB (Red+Green+Blue) = 162+199+65=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C741 is #5D38BE. Grayscale: #ADADAD. Windows color (decimal): -6109375 or 4310946. OLE color: 4310946.

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

Color convert

RGB 162 199 65 -
CMYK 0.19 0 0.67 0.22
HSL 76.57º 0.54% 0.52% -
HSV(B) 76.57º 0.67% 0.78% -
XYZ 36.28 48.91 12.53 -
YUV 172.66 67.24 120.4 -
System Red Green Blue C M Y K H S L
Decimal 162 199 65 0.19 0 0.67 0.22 76.57 0.54 0.52
Hex A2 C7 41 13 0 43 16 4D 36 34
Octal 242 307 101 23 0 103 26 115 66 64
Binary 10100010 11000111 1000001 10011 0 1000011 10110 1001101 110110 110100

Color Harmonies of #A2C741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C741

Black with #A2C741

Text Example


Text Example

White with #A2C741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C741; }

 p { color: rgb(162,199,65); }

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

background-color css

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

 a { background-color: rgb(162,199,65); }

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

border-color css

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

 span { border-color: rgb(162,199,65); }

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