Html Css Color HEX #A3C142 Atlantis

📋 copy color: '#A3C142'

red 163 ◦ green 193 ◦ blue 66

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

Shades of Atlantis #A3C142

Tints of Atlantis #A3C142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.73%

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

R = 38.63%
G = 45.73%
B = 15.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#A3C142 (or 0xA3C142) is known color: Atlantis. HEX triplet: A3, C1 and 42. RGB value is (163,193,66). Sum of RGB (Red+Green+Blue) = 163+193+66=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C142 is #5C3EBD. Grayscale: #AAAAAA. Windows color (decimal): -6045374 or 4374947. OLE color: 4374947.

HSL color Cylindrical-coordinate representation of color #A3C142: hue angle of 74.17º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3C142 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 193 66 -
CMYK 0.16 0 0.66 0.24
HSL 74.17º 0.51% 0.51% -
HSV(B) 74.17º 0.66% 0.76% -
XYZ 35.16 46.32 12.24 -
YUV 169.55 69.56 123.33 -
System Red Green Blue C M Y K H S L
Decimal 163 193 66 0.16 0 0.66 0.24 74.17 0.51 0.51
Hex A3 C1 42 10 0 42 18 4A 33 33
Octal 243 301 102 20 0 102 30 112 63 63
Binary 10100011 11000001 1000010 10000 0 1000010 11000 1001010 110011 110011

Color Harmonies of #A3C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C142

Black with #A3C142

Text Example


Text Example

White with #A3C142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C142; }

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

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

background-color css

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

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

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

border-color css

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

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

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