Html Css Color HEX #A7D832 Atlantis

📋 copy color: '#A7D832'

red 167 ◦ green 216 ◦ blue 50

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

Shades of Atlantis #A7D832

Tints of Atlantis #A7D832

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.88%

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

R = 38.57%
G = 49.88%
B = 11.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#A7D832 (or 0xA7D832) is known color: Atlantis. HEX triplet: A7, D8 and 32. RGB value is (167,216,50). Sum of RGB (Red+Green+Blue) = 167+216+50=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D832 is #5827CD. Grayscale: #B7B7B7. Windows color (decimal): -5777358 or 3332263. OLE color: 3332263.

HSL color Cylindrical-coordinate representation of color #A7D832: hue angle of 77.71º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7D832 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 216 50 -
CMYK 0.23 0 0.77 0.15
HSL 77.71º 0.68% 0.52% -
HSV(B) 77.71º 0.77% 0.85% -
XYZ 41.07 57.56 11.96 -
YUV 182.43 53.27 117 -
System Red Green Blue C M Y K H S L
Decimal 167 216 50 0.23 0 0.77 0.15 77.71 0.68 0.52
Hex A7 D8 32 17 0 4D F 4E 44 34
Octal 247 330 62 27 0 115 17 116 104 64
Binary 10100111 11011000 110010 10111 0 1001101 1111 1001110 1000100 110100

Color Harmonies of #A7D832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D832

Black with #A7D832

Text Example


Text Example

White with #A7D832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D832; }

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

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

background-color css

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

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

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

border-color css

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

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

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