Html Css Color HEX #A3C348 Atlantis

📋 copy color: '#A3C348'

red 163 ◦ green 195 ◦ blue 72

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

Shades of Atlantis #A3C348

Tints of Atlantis #A3C348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.35%

 BLUE value IS 72 (28.52% from 255) = 16.74%

R = 37.91%
G = 45.35%
B = 16.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#A3C348 (or 0xA3C348) is known color: Atlantis. HEX triplet: A3, C3 and 48. RGB value is (163,195,72). Sum of RGB (Red+Green+Blue) = 163+195+72=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C348 is #5C3CB7. Grayscale: #ABABAB. Windows color (decimal): -6044856 or 4768675. OLE color: 4768675.

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

Color convert

RGB 163 195 72 -
CMYK 0.16 0 0.63 0.24
HSL 75.61º 0.51% 0.52% -
HSV(B) 75.61º 0.63% 0.76% -
XYZ 35.79 47.28 13.37 -
YUV 171.41 71.9 122 -
System Red Green Blue C M Y K H S L
Decimal 163 195 72 0.16 0 0.63 0.24 75.61 0.51 0.52
Hex A3 C3 48 10 0 3F 18 4C 33 34
Octal 243 303 110 20 0 77 30 114 63 64
Binary 10100011 11000011 1001000 10000 0 111111 11000 1001100 110011 110100

Color Harmonies of #A3C348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C348

Black with #A3C348

Text Example


Text Example

White with #A3C348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C348; }

 p { color: rgb(163,195,72); }

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

background-color css

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

 a { background-color: rgb(163,195,72); }

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

border-color css

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

 span { border-color: rgb(163,195,72); }

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