Html Css Color HEX #A9D338 Atlantis

📋 copy color: '#A9D338'

red 169 ◦ green 211 ◦ blue 56

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

Shades of Atlantis #A9D338

Tints of Atlantis #A9D338

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.39%

 BLUE value IS 56 (22.27% from 255) = 12.84%

R = 38.76%
G = 48.39%
B = 12.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#A9D338 (or 0xA9D338) is known color: Atlantis. HEX triplet: A9, D3 and 38. RGB value is (169,211,56). Sum of RGB (Red+Green+Blue) = 169+211+56=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #A9D338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D338 is #562CC7. Grayscale: #B5B5B5. Windows color (decimal): -5647560 or 3724201. OLE color: 3724201.

HSL color Cylindrical-coordinate representation of color #A9D338: hue angle of 76.26º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9D338 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 169 211 56 -
CMYK 0.20 0 0.73 0.17
HSL 76.26º 0.64% 0.52% -
HSV(B) 76.26º 0.73% 0.83% -
XYZ 40.37 55.31 12.29 -
YUV 180.77 57.59 119.6 -
System Red Green Blue C M Y K H S L
Decimal 169 211 56 0.20 0 0.73 0.17 76.26 0.64 0.52
Hex A9 D3 38 14 0 49 11 4C 40 34
Octal 251 323 70 24 0 111 21 114 100 64
Binary 10101001 11010011 111000 10100 0 1001001 10001 1001100 1000000 110100

Color Harmonies of #A9D338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D338

Black with #A9D338

Text Example


Text Example

White with #A9D338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D338; }

 p { color: rgb(169,211,56); }

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

background-color css

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

 a { background-color: rgb(169,211,56); }

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

border-color css

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

 span { border-color: rgb(169,211,56); }

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