Html Css Color HEX #A8DB37 Atlantis

📋 copy color: '#A8DB37'

red 168 ◦ green 219 ◦ blue 55

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

Shades of Atlantis #A8DB37

Tints of Atlantis #A8DB37

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.55%

 BLUE value IS 55 (21.88% from 255) = 12.44%

R = 38.01%
G = 49.55%
B = 12.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#A8DB37 (or 0xA8DB37) is known color: Atlantis. HEX triplet: A8, DB and 37. RGB value is (168,219,55). Sum of RGB (Red+Green+Blue) = 168+219+55=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 55 (21.88% from 255 or 12.44% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DB37 is #5724C8. Grayscale: #B9B9B9. Windows color (decimal): -5711049 or 3660712. OLE color: 3660712.

HSL color Cylindrical-coordinate representation of color #A8DB37: hue angle of 78.66º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8DB37 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 219 55 -
CMYK 0.23 0 0.75 0.14
HSL 78.66º 0.69% 0.54% -
HSV(B) 78.66º 0.75% 0.86% -
XYZ 42.17 59.26 12.83 -
YUV 185.06 54.6 115.84 -
System Red Green Blue C M Y K H S L
Decimal 168 219 55 0.23 0 0.75 0.14 78.66 0.69 0.54
Hex A8 DB 37 17 0 4B E 4F 45 36
Octal 250 333 67 27 0 113 16 117 105 66
Binary 10101000 11011011 110111 10111 0 1001011 1110 1001111 1000101 110110

Color Harmonies of #A8DB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB37

Black with #A8DB37

Text Example


Text Example

White with #A8DB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB37; }

 p { color: rgb(168,219,55); }

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

background-color css

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

 a { background-color: rgb(168,219,55); }

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

border-color css

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

 span { border-color: rgb(168,219,55); }

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