Html Css Color HEX #A8DC3B Atlantis

📋 copy color: '#A8DC3B'

red 168 ◦ green 220 ◦ blue 59

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

Shades of Atlantis #A8DC3B

Tints of Atlantis #A8DC3B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.22%

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

R = 37.58%
G = 49.22%
B = 13.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#A8DC3B (or 0xA8DC3B) is known color: Atlantis. HEX triplet: A8, DC and 3B. RGB value is (168,220,59). Sum of RGB (Red+Green+Blue) = 168+220+59=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC3B is #5723C4. Grayscale: #BABABA. Windows color (decimal): -5710789 or 3923112. OLE color: 3923112.

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

Color convert

RGB 168 220 59 -
CMYK 0.24 0 0.73 0.14
HSL 79.38º 0.7% 0.55% -
HSV(B) 79.38º 0.73% 0.86% -
XYZ 42.53 59.83 13.44 -
YUV 186.1 56.27 115.09 -
System Red Green Blue C M Y K H S L
Decimal 168 220 59 0.24 0 0.73 0.14 79.38 0.7 0.55
Hex A8 DC 3B 18 0 49 E 4F 46 37
Octal 250 334 73 30 0 111 16 117 106 67
Binary 10101000 11011100 111011 11000 0 1001001 1110 1001111 1000110 110111

Color Harmonies of #A8DC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC3B

Black with #A8DC3B

Text Example


Text Example

White with #A8DC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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