Html Css Color HEX #A9D832 Atlantis

📋 copy color: '#A9D832'

red 169 ◦ green 216 ◦ blue 50

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

Shades of Atlantis #A9D832

Tints of Atlantis #A9D832

RGB

 RED value IS 169 (66.41% from 255) = 38.85%

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

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

R = 38.85%
G = 49.66%
B = 11.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#A9D832 (or 0xA9D832) is known color: Atlantis. HEX triplet: A9, D8 and 32. RGB value is (169,216,50). Sum of RGB (Red+Green+Blue) = 169+216+50=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D832 is #5627CD. Grayscale: #B7B7B7. Windows color (decimal): -5646286 or 3332265. OLE color: 3332265.

HSL color Cylindrical-coordinate representation of color #A9D832: hue angle of 76.99º 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 #A9D832 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 216 50 -
CMYK 0.22 0 0.77 0.15
HSL 76.99º 0.68% 0.52% -
HSV(B) 76.99º 0.77% 0.85% -
XYZ 41.49 57.78 11.98 -
YUV 183.02 52.93 118 -
System Red Green Blue C M Y K H S L
Decimal 169 216 50 0.22 0 0.77 0.15 76.99 0.68 0.52
Hex A9 D8 32 16 0 4D F 4D 44 34
Octal 251 330 62 26 0 115 17 115 104 64
Binary 10101001 11011000 110010 10110 0 1001101 1111 1001101 1000100 110100

Color Harmonies of #A9D832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D832

Black with #A9D832

Text Example


Text Example

White with #A9D832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D832; }

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

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

background-color css

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

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

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

border-color css

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

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

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