Html Css Color HEX #A8D03C Atlantis

📋 copy color: '#A8D03C'

red 168 ◦ green 208 ◦ blue 60

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

Shades of Atlantis #A8D03C

Tints of Atlantis #A8D03C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.71%

 BLUE value IS 60 (23.83% from 255) = 13.76%

R = 38.53%
G = 47.71%
B = 13.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#A8D03C (or 0xA8D03C) is known color: Atlantis. HEX triplet: A8, D0 and 3C. RGB value is (168,208,60). Sum of RGB (Red+Green+Blue) = 168+208+60=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D03C is #572FC3. Grayscale: #B3B3B3. Windows color (decimal): -5713860 or 3985576. OLE color: 3985576.

HSL color Cylindrical-coordinate representation of color #A8D03C: hue angle of 76.22º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8D03C is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 60 -
CMYK 0.19 0 0.71 0.18
HSL 76.22º 0.61% 0.53% -
HSV(B) 76.22º 0.71% 0.82% -
XYZ 39.52 53.76 12.57 -
YUV 179.17 60.75 120.03 -
System Red Green Blue C M Y K H S L
Decimal 168 208 60 0.19 0 0.71 0.18 76.22 0.61 0.53
Hex A8 D0 3C 13 0 47 12 4C 3D 35
Octal 250 320 74 23 0 107 22 114 75 65
Binary 10101000 11010000 111100 10011 0 1000111 10010 1001100 111101 110101

Color Harmonies of #A8D03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D03C

Black with #A8D03C

Text Example


Text Example

White with #A8D03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D03C; }

 p { color: rgb(168,208,60); }

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

background-color css

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

 a { background-color: rgb(168,208,60); }

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

border-color css

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

 span { border-color: rgb(168,208,60); }

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