Html Css Color HEX #A3DD3C Atlantis

📋 copy color: '#A3DD3C'

red 163 ◦ green 221 ◦ blue 60

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

Shades of Atlantis #A3DD3C

Tints of Atlantis #A3DD3C

RGB

 RED value IS 163 (64.06% from 255) = 36.71%

 GREEN value IS 221 (86.72% from 255) = 49.77%

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

R = 36.71%
G = 49.77%
B = 13.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#A3DD3C (or 0xA3DD3C) is known color: Atlantis. HEX triplet: A3, DD and 3C. RGB value is (163,221,60). Sum of RGB (Red+Green+Blue) = 163+221+60=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DD3C is #5C22C3. Grayscale: #B9B9B9. Windows color (decimal): -6038212 or 3988899. OLE color: 3988899.

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

Color convert

RGB 163 221 60 -
CMYK 0.26 0 0.73 0.13
HSL 81.61º 0.7% 0.55% -
HSV(B) 81.61º 0.73% 0.87% -
XYZ 41.78 59.83 13.62 -
YUV 185.3 57.28 112.09 -
System Red Green Blue C M Y K H S L
Decimal 163 221 60 0.26 0 0.73 0.13 81.61 0.7 0.55
Hex A3 DD 3C 1A 0 49 D 52 46 37
Octal 243 335 74 32 0 111 15 122 106 67
Binary 10100011 11011101 111100 11010 0 1001001 1101 1010010 1000110 110111

Color Harmonies of #A3DD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DD3C

Black with #A3DD3C

Text Example


Text Example

White with #A3DD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DD3C; }

 p { color: rgb(163,221,60); }

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

background-color css

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

 a { background-color: rgb(163,221,60); }

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

border-color css

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

 span { border-color: rgb(163,221,60); }

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