Html Css Color HEX #A8D339 Atlantis

📋 copy color: '#A8D339'

red 168 ◦ green 211 ◦ blue 57

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

Shades of Atlantis #A8D339

Tints of Atlantis #A8D339

RGB

 RED value IS 168 (66.02% from 255) = 38.53%

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

 BLUE value IS 57 (22.66% from 255) = 13.07%

R = 38.53%
G = 48.39%
B = 13.07%

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

#A8D339 (or 0xA8D339) is known color: Atlantis. HEX triplet: A8, D3 and 39. RGB value is (168,211,57). Sum of RGB (Red+Green+Blue) = 168+211+57=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D339 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D339 is #572CC6. Grayscale: #B5B5B5. Windows color (decimal): -5713095 or 3789736. OLE color: 3789736.

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

Color convert

RGB 168 211 57 -
CMYK 0.20 0 0.73 0.17
HSL 76.75º 0.64% 0.53% -
HSV(B) 76.75º 0.73% 0.83% -
XYZ 40.18 55.21 12.41 -
YUV 180.59 58.25 119.02 -
System Red Green Blue C M Y K H S L
Decimal 168 211 57 0.20 0 0.73 0.17 76.75 0.64 0.53
Hex A8 D3 39 14 0 49 11 4D 40 35
Octal 250 323 71 24 0 111 21 115 100 65
Binary 10101000 11010011 111001 10100 0 1001001 10001 1001101 1000000 110101

Color Harmonies of #A8D339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D339

Black with #A8D339

Text Example


Text Example

White with #A8D339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D339; }

 p { color: rgb(168,211,57); }

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

background-color css

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

 a { background-color: rgb(168,211,57); }

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

border-color css

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

 span { border-color: rgb(168,211,57); }

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