Html Css Color HEX #A7E132 Atlantis

📋 copy color: '#A7E132'

red 167 ◦ green 225 ◦ blue 50

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

Shades of Atlantis #A7E132

Tints of Atlantis #A7E132

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.9%

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

R = 37.78%
G = 50.9%
B = 11.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#A7E132 (or 0xA7E132) is known color: Atlantis. HEX triplet: A7, E1 and 32. RGB value is (167,225,50). Sum of RGB (Red+Green+Blue) = 167+225+50=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7E132 is #581ECD. Grayscale: #BCBCBC. Windows color (decimal): -5775054 or 3334567. OLE color: 3334567.

HSL color Cylindrical-coordinate representation of color #A7E132: hue angle of 79.89º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A7E132 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 225 50 -
CMYK 0.26 0 0.78 0.12
HSL 79.89º 0.74% 0.54% -
HSV(B) 79.89º 0.78% 0.88% -
XYZ 43.44 62.3 12.75 -
YUV 187.71 50.28 113.23 -
System Red Green Blue C M Y K H S L
Decimal 167 225 50 0.26 0 0.78 0.12 79.89 0.74 0.54
Hex A7 E1 32 1A 0 4E C 50 4A 36
Octal 247 341 62 32 0 116 14 120 112 66
Binary 10100111 11100001 110010 11010 0 1001110 1100 1010000 1001010 110110

Color Harmonies of #A7E132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7E132

Black with #A7E132

Text Example


Text Example

White with #A7E132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7E132; }

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

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

background-color css

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

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

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

border-color css

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

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

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