Html Css Color HEX #A4DC3F Atlantis

📋 copy color: '#A4DC3F'

red 164 ◦ green 220 ◦ blue 63

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

Shades of Atlantis #A4DC3F

Tints of Atlantis #A4DC3F

RGB

 RED value IS 164 (64.45% from 255) = 36.69%

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

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

R = 36.69%
G = 49.22%
B = 14.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#A4DC3F (or 0xA4DC3F) is known color: Atlantis. HEX triplet: A4, DC and 3F. RGB value is (164,220,63). Sum of RGB (Red+Green+Blue) = 164+220+63=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DC3F is #5B23C0. Grayscale: #B9B9B9. Windows color (decimal): -5972929 or 4185252. OLE color: 4185252.

HSL color Cylindrical-coordinate representation of color #A4DC3F: hue angle of 81.4º 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 #A4DC3F is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 220 63 -
CMYK 0.25 0 0.71 0.14
HSL 81.4º 0.69% 0.55% -
HSV(B) 81.4º 0.71% 0.86% -
XYZ 41.8 59.44 13.97 -
YUV 185.36 58.95 112.77 -
System Red Green Blue C M Y K H S L
Decimal 164 220 63 0.25 0 0.71 0.14 81.4 0.69 0.55
Hex A4 DC 3F 19 0 47 E 51 45 37
Octal 244 334 77 31 0 107 16 121 105 67
Binary 10100100 11011100 111111 11001 0 1000111 1110 1010001 1000101 110111

Color Harmonies of #A4DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DC3F

Black with #A4DC3F

Text Example


Text Example

White with #A4DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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