Html Css Color HEX #A8DB3E Atlantis

📋 copy color: '#A8DB3E'

red 168 ◦ green 219 ◦ blue 62

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

Shades of Atlantis #A8DB3E

Tints of Atlantis #A8DB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.81%

R = 37.42%
G = 48.78%
B = 13.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#A8DB3E (or 0xA8DB3E) is known color: Atlantis. HEX triplet: A8, DB and 3E. RGB value is (168,219,62). Sum of RGB (Red+Green+Blue) = 168+219+62=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DB3E is #5724C1. Grayscale: #BABABA. Windows color (decimal): -5711042 or 4119464. OLE color: 4119464.

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

Color convert

RGB 168 219 62 -
CMYK 0.23 0 0.72 0.14
HSL 79.49º 0.69% 0.55% -
HSV(B) 79.49º 0.72% 0.86% -
XYZ 42.35 59.34 13.78 -
YUV 185.85 58.1 115.27 -
System Red Green Blue C M Y K H S L
Decimal 168 219 62 0.23 0 0.72 0.14 79.49 0.69 0.55
Hex A8 DB 3E 17 0 48 E 4F 45 37
Octal 250 333 76 27 0 110 16 117 105 67
Binary 10101000 11011011 111110 10111 0 1001000 1110 1001111 1000101 110111

Color Harmonies of #A8DB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB3E

Black with #A8DB3E

Text Example


Text Example

White with #A8DB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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