Html Css Color HEX #A8D53B Atlantis

📋 copy color: '#A8D53B'

red 168 ◦ green 213 ◦ blue 59

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

Shades of Atlantis #A8D53B

Tints of Atlantis #A8D53B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.41%

 BLUE value IS 59 (23.44% from 255) = 13.41%

R = 38.18%
G = 48.41%
B = 13.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#A8D53B (or 0xA8D53B) is known color: Atlantis. HEX triplet: A8, D5 and 3B. RGB value is (168,213,59). Sum of RGB (Red+Green+Blue) = 168+213+59=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D53B is #572AC4. Grayscale: #B6B6B6. Windows color (decimal): -5712581 or 3921320. OLE color: 3921320.

HSL color Cylindrical-coordinate representation of color #A8D53B: hue angle of 77.53º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8D53B is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 59 -
CMYK 0.21 0 0.72 0.16
HSL 77.53º 0.65% 0.53% -
HSV(B) 77.53º 0.72% 0.84% -
XYZ 40.73 56.23 12.84 -
YUV 181.99 58.59 118.02 -
System Red Green Blue C M Y K H S L
Decimal 168 213 59 0.21 0 0.72 0.16 77.53 0.65 0.53
Hex A8 D5 3B 15 0 48 10 4E 41 35
Octal 250 325 73 25 0 110 20 116 101 65
Binary 10101000 11010101 111011 10101 0 1001000 10000 1001110 1000001 110101

Color Harmonies of #A8D53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D53B

Black with #A8D53B

Text Example


Text Example

White with #A8D53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D53B; }

 p { color: rgb(168,213,59); }

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

background-color css

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

 a { background-color: rgb(168,213,59); }

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

border-color css

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

 span { border-color: rgb(168,213,59); }

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