Html Css Color HEX #A7D534 Atlantis

📋 copy color: '#A7D534'

red 167 ◦ green 213 ◦ blue 52

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

Shades of Atlantis #A7D534

Tints of Atlantis #A7D534

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.31%

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

R = 38.66%
G = 49.31%
B = 12.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#A7D534 (or 0xA7D534) is known color: Atlantis. HEX triplet: A7, D5 and 34. RGB value is (167,213,52). Sum of RGB (Red+Green+Blue) = 167+213+52=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D534 is #582ACB. Grayscale: #B5B5B5. Windows color (decimal): -5778124 or 3462567. OLE color: 3462567.

HSL color Cylindrical-coordinate representation of color #A7D534: hue angle of 77.14º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A7D534 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 213 52 -
CMYK 0.22 0 0.76 0.16
HSL 77.14º 0.66% 0.52% -
HSV(B) 77.14º 0.76% 0.84% -
XYZ 40.35 56.05 11.94 -
YUV 180.89 55.26 118.09 -
System Red Green Blue C M Y K H S L
Decimal 167 213 52 0.22 0 0.76 0.16 77.14 0.66 0.52
Hex A7 D5 34 16 0 4C 10 4D 42 34
Octal 247 325 64 26 0 114 20 115 102 64
Binary 10100111 11010101 110100 10110 0 1001100 10000 1001101 1000010 110100

Color Harmonies of #A7D534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D534

Black with #A7D534

Text Example


Text Example

White with #A7D534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D534; }

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

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

background-color css

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

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

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

border-color css

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

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

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