Html Css Color HEX #A7DC3E Atlantis

📋 copy color: '#A7DC3E'

red 167 ◦ green 220 ◦ blue 62

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

Shades of Atlantis #A7DC3E

Tints of Atlantis #A7DC3E

RGB

 RED value IS 167 (65.63% from 255) = 37.19%

 GREEN value IS 220 (86.33% from 255) = 49%

 BLUE value IS 62 (24.61% from 255) = 13.81%

R = 37.19%
G = 49%
B = 13.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#A7DC3E (or 0xA7DC3E) is known color: Atlantis. HEX triplet: A7, DC and 3E. RGB value is (167,220,62). Sum of RGB (Red+Green+Blue) = 167+220+62=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DC3E is #5823C1. Grayscale: #BABABA. Windows color (decimal): -5776322 or 4119719. OLE color: 4119719.

HSL color Cylindrical-coordinate representation of color #A7DC3E: hue angle of 80.13º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7DC3E is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 220 62 -
CMYK 0.24 0 0.72 0.14
HSL 80.13º 0.69% 0.55% -
HSV(B) 80.13º 0.72% 0.86% -
XYZ 42.4 59.75 13.86 -
YUV 186.14 57.94 114.35 -
System Red Green Blue C M Y K H S L
Decimal 167 220 62 0.24 0 0.72 0.14 80.13 0.69 0.55
Hex A7 DC 3E 18 0 48 E 50 45 37
Octal 247 334 76 30 0 110 16 120 105 67
Binary 10100111 11011100 111110 11000 0 1001000 1110 1010000 1000101 110111

Color Harmonies of #A7DC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DC3E

Black with #A7DC3E

Text Example


Text Example

White with #A7DC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DC3E; }

 p { color: rgb(167,220,62); }

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

background-color css

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

 a { background-color: rgb(167,220,62); }

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

border-color css

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

 span { border-color: rgb(167,220,62); }

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