Html Css Color HEX #A2C74E Atlantis

📋 copy color: '#A2C74E'

red 162 ◦ green 199 ◦ blue 78

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

Shades of Atlantis #A2C74E

Tints of Atlantis #A2C74E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.77%

R = 36.9%
G = 45.33%
B = 17.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#A2C74E (or 0xA2C74E) is known color: Atlantis. HEX triplet: A2, C7 and 4E. RGB value is (162,199,78). Sum of RGB (Red+Green+Blue) = 162+199+78=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C74E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C74E is #5D38B1. Grayscale: #AEAEAE. Windows color (decimal): -6109362 or 5162914. OLE color: 5162914.

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

Color convert

RGB 162 199 78 -
CMYK 0.19 0 0.61 0.22
HSL 78.35º 0.52% 0.54% -
HSV(B) 78.35º 0.61% 0.78% -
XYZ 36.7 49.08 14.75 -
YUV 174.14 73.74 119.34 -
System Red Green Blue C M Y K H S L
Decimal 162 199 78 0.19 0 0.61 0.22 78.35 0.52 0.54
Hex A2 C7 4E 13 0 3D 16 4E 34 36
Octal 242 307 116 23 0 75 26 116 64 66
Binary 10100010 11000111 1001110 10011 0 111101 10110 1001110 110100 110110

Color Harmonies of #A2C74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C74E

Black with #A2C74E

Text Example


Text Example

White with #A2C74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C74E; }

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

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

background-color css

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

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

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

border-color css

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

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

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