Html Css Color HEX #A7DC34 Atlantis

📋 copy color: '#A7DC34'

red 167 ◦ green 220 ◦ blue 52

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

Shades of Atlantis #A7DC34

Tints of Atlantis #A7DC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.85%

R = 38.04%
G = 50.11%
B = 11.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#A7DC34 (or 0xA7DC34) is known color: Atlantis. HEX triplet: A7, DC and 34. RGB value is (167,220,52). Sum of RGB (Red+Green+Blue) = 167+220+52=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DC34 is #5823CB. Grayscale: #B9B9B9. Windows color (decimal): -5776332 or 3464359. OLE color: 3464359.

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

Color convert

RGB 167 220 52 -
CMYK 0.24 0 0.76 0.14
HSL 78.93º 0.71% 0.53% -
HSV(B) 78.93º 0.76% 0.86% -
XYZ 42.15 59.65 12.54 -
YUV 185 52.94 115.16 -
System Red Green Blue C M Y K H S L
Decimal 167 220 52 0.24 0 0.76 0.14 78.93 0.71 0.53
Hex A7 DC 34 18 0 4C E 4F 47 35
Octal 247 334 64 30 0 114 16 117 107 65
Binary 10100111 11011100 110100 11000 0 1001100 1110 1001111 1000111 110101

Color Harmonies of #A7DC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DC34

Black with #A7DC34

Text Example


Text Example

White with #A7DC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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