Html Css Color HEX #A7E532 Atlantis

📋 copy color: '#A7E532'

red 167 ◦ green 229 ◦ blue 50

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

Shades of Atlantis #A7E532

Tints of Atlantis #A7E532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.35%

 BLUE value IS 50 (19.92% from 255) = 11.21%

R = 37.44%
G = 51.35%
B = 11.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#A7E532 (or 0xA7E532) is known color: Atlantis. HEX triplet: A7, E5 and 32. RGB value is (167,229,50). Sum of RGB (Red+Green+Blue) = 167+229+50=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #A7E532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7E532 is #581ACD. Grayscale: #BEBEBE. Windows color (decimal): -5774030 or 3335591. OLE color: 3335591.

HSL color Cylindrical-coordinate representation of color #A7E532: hue angle of 80.78º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A7E532 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 167 229 50 -
CMYK 0.27 0 0.78 0.10
HSL 80.78º 0.77% 0.55% -
HSV(B) 80.78º 0.78% 0.9% -
XYZ 44.53 64.48 13.12 -
YUV 190.06 48.96 111.55 -
System Red Green Blue C M Y K H S L
Decimal 167 229 50 0.27 0 0.78 0.10 80.78 0.77 0.55
Hex A7 E5 32 1B 0 4E A 51 4D 37
Octal 247 345 62 33 0 116 12 121 115 67
Binary 10100111 11100101 110010 11011 0 1001110 1010 1010001 1001101 110111

Color Harmonies of #A7E532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7E532

Black with #A7E532

Text Example


Text Example

White with #A7E532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7E532; }

 p { color: rgb(167,229,50); }

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

background-color css

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

 a { background-color: rgb(167,229,50); }

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

border-color css

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

 span { border-color: rgb(167,229,50); }

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