Html Css Color HEX #A8DD3A Atlantis

📋 copy color: '#A8DD3A'

red 168 ◦ green 221 ◦ blue 58

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

Shades of Atlantis #A8DD3A

Tints of Atlantis #A8DD3A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.44%

 BLUE value IS 58 (23.05% from 255) = 12.98%

R = 37.58%
G = 49.44%
B = 12.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#A8DD3A (or 0xA8DD3A) is known color: Atlantis. HEX triplet: A8, DD and 3A. RGB value is (168,221,58). Sum of RGB (Red+Green+Blue) = 168+221+58=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD3A is #5722C5. Grayscale: #BBBBBB. Windows color (decimal): -5710534 or 3857832. OLE color: 3857832.

HSL color Cylindrical-coordinate representation of color #A8DD3A: hue angle of 79.51º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8DD3A is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 58 -
CMYK 0.24 0 0.74 0.13
HSL 79.51º 0.71% 0.55% -
HSV(B) 79.51º 0.74% 0.87% -
XYZ 42.77 60.34 13.4 -
YUV 186.57 55.44 114.75 -
System Red Green Blue C M Y K H S L
Decimal 168 221 58 0.24 0 0.74 0.13 79.51 0.71 0.55
Hex A8 DD 3A 18 0 4A D 50 47 37
Octal 250 335 72 30 0 112 15 120 107 67
Binary 10101000 11011101 111010 11000 0 1001010 1101 1010000 1000111 110111

Color Harmonies of #A8DD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD3A

Black with #A8DD3A

Text Example


Text Example

White with #A8DD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD3A; }

 p { color: rgb(168,221,58); }

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

background-color css

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

 a { background-color: rgb(168,221,58); }

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

border-color css

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

 span { border-color: rgb(168,221,58); }

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