Html Css Color HEX #A8D439 Atlantis

📋 copy color: '#A8D439'

red 168 ◦ green 212 ◦ blue 57

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

Shades of Atlantis #A8D439

Tints of Atlantis #A8D439

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.51%

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

R = 38.44%
G = 48.51%
B = 13.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#A8D439 (or 0xA8D439) is known color: Atlantis. HEX triplet: A8, D4 and 39. RGB value is (168,212,57). Sum of RGB (Red+Green+Blue) = 168+212+57=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 57 (22.66% from 255 or 13.04% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D439 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D439 is #572BC6. Grayscale: #B5B5B5. Windows color (decimal): -5712839 or 3789992. OLE color: 3789992.

HSL color Cylindrical-coordinate representation of color #A8D439: hue angle of 77.03º 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 #A8D439 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 57 -
CMYK 0.21 0 0.73 0.17
HSL 77.03º 0.64% 0.53% -
HSV(B) 77.03º 0.73% 0.83% -
XYZ 40.43 55.71 12.49 -
YUV 181.17 57.92 118.6 -
System Red Green Blue C M Y K H S L
Decimal 168 212 57 0.21 0 0.73 0.17 77.03 0.64 0.53
Hex A8 D4 39 15 0 49 11 4D 40 35
Octal 250 324 71 25 0 111 21 115 100 65
Binary 10101000 11010100 111001 10101 0 1001001 10001 1001101 1000000 110101

Color Harmonies of #A8D439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D439

Black with #A8D439

Text Example


Text Example

White with #A8D439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D439; }

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

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

background-color css

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

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

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

border-color css

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

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

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