Html Css Color HEX #A3D642 Atlantis

📋 copy color: '#A3D642'

red 163 ◦ green 214 ◦ blue 66

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

Shades of Atlantis #A3D642

Tints of Atlantis #A3D642

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.31%

 BLUE value IS 66 (26.17% from 255) = 14.9%

R = 36.79%
G = 48.31%
B = 14.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#A3D642 (or 0xA3D642) is known color: Atlantis. HEX triplet: A3, D6 and 42. RGB value is (163,214,66). Sum of RGB (Red+Green+Blue) = 163+214+66=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D642 is #5C29BD. Grayscale: #B6B6B6. Windows color (decimal): -6039998 or 4380323. OLE color: 4380323.

HSL color Cylindrical-coordinate representation of color #A3D642: hue angle of 80.68º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3D642 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 214 66 -
CMYK 0.24 0 0.69 0.16
HSL 80.68º 0.64% 0.55% -
HSV(B) 80.68º 0.69% 0.84% -
XYZ 40.13 56.27 13.9 -
YUV 181.88 62.6 114.53 -
System Red Green Blue C M Y K H S L
Decimal 163 214 66 0.24 0 0.69 0.16 80.68 0.64 0.55
Hex A3 D6 42 18 0 45 10 51 40 37
Octal 243 326 102 30 0 105 20 121 100 67
Binary 10100011 11010110 1000010 11000 0 1000101 10000 1010001 1000000 110111

Color Harmonies of #A3D642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D642

Black with #A3D642

Text Example


Text Example

White with #A3D642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D642; }

 p { color: rgb(163,214,66); }

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

background-color css

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

 a { background-color: rgb(163,214,66); }

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

border-color css

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

 span { border-color: rgb(163,214,66); }

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