Html Css Color HEX #A7DC3F Atlantis

📋 copy color: '#A7DC3F'

red 167 ◦ green 220 ◦ blue 63

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

Shades of Atlantis #A7DC3F

Tints of Atlantis #A7DC3F

RGB

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

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

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

R = 37.11%
G = 48.89%
B = 14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#A7DC3F (or 0xA7DC3F) is known color: Atlantis. HEX triplet: A7, DC and 3F. RGB value is (167,220,63). Sum of RGB (Red+Green+Blue) = 167+220+63=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DC3F is #5823C0. Grayscale: #BABABA. Windows color (decimal): -5776321 or 4185255. OLE color: 4185255.

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

Color convert

RGB 167 220 63 -
CMYK 0.24 0 0.71 0.14
HSL 80.25º 0.69% 0.55% -
HSV(B) 80.25º 0.71% 0.86% -
XYZ 42.43 59.76 14 -
YUV 186.26 58.44 114.27 -
System Red Green Blue C M Y K H S L
Decimal 167 220 63 0.24 0 0.71 0.14 80.25 0.69 0.55
Hex A7 DC 3F 18 0 47 E 50 45 37
Octal 247 334 77 30 0 107 16 120 105 67
Binary 10100111 11011100 111111 11000 0 1000111 1110 1010000 1000101 110111

Color Harmonies of #A7DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DC3F

Black with #A7DC3F

Text Example


Text Example

White with #A7DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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