Html Css Color HEX #A7DC3C Atlantis

📋 copy color: '#A7DC3C'

red 167 ◦ green 220 ◦ blue 60

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

Shades of Atlantis #A7DC3C

Tints of Atlantis #A7DC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.42%

R = 37.36%
G = 49.22%
B = 13.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#A7DC3C (or 0xA7DC3C) is known color: Atlantis. HEX triplet: A7, DC and 3C. RGB value is (167,220,60). Sum of RGB (Red+Green+Blue) = 167+220+60=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DC3C is #5823C3. Grayscale: #BABABA. Windows color (decimal): -5776324 or 3988647. OLE color: 3988647.

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

Color convert

RGB 167 220 60 -
CMYK 0.24 0 0.73 0.14
HSL 79.88º 0.7% 0.55% -
HSV(B) 79.88º 0.73% 0.86% -
XYZ 42.35 59.73 13.57 -
YUV 185.91 56.94 114.51 -
System Red Green Blue C M Y K H S L
Decimal 167 220 60 0.24 0 0.73 0.14 79.88 0.7 0.55
Hex A7 DC 3C 18 0 49 E 50 46 37
Octal 247 334 74 30 0 111 16 120 106 67
Binary 10100111 11011100 111100 11000 0 1001001 1110 1010000 1000110 110111

Color Harmonies of #A7DC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DC3C

Black with #A7DC3C

Text Example


Text Example

White with #A7DC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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