Html Css Color HEX #A3CC4F Atlantis

📋 copy color: '#A3CC4F'

red 163 ◦ green 204 ◦ blue 79

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

Shades of Atlantis #A3CC4F

Tints of Atlantis #A3CC4F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.74%

 BLUE value IS 79 (31.25% from 255) = 17.71%

R = 36.55%
G = 45.74%
B = 17.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#A3CC4F (or 0xA3CC4F) is known color: Atlantis. HEX triplet: A3, CC and 4F. RGB value is (163,204,79). Sum of RGB (Red+Green+Blue) = 163+204+79=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CC4F is #5C33B0. Grayscale: #B1B1B1. Windows color (decimal): -6042545 or 5229731. OLE color: 5229731.

HSL color Cylindrical-coordinate representation of color #A3CC4F: hue angle of 79.68º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3CC4F is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 204 79 -
CMYK 0.20 0 0.61 0.2
HSL 79.68º 0.55% 0.55% -
HSV(B) 79.68º 0.61% 0.8% -
XYZ 38.11 51.54 15.34 -
YUV 177.49 72.42 117.66 -
System Red Green Blue C M Y K H S L
Decimal 163 204 79 0.20 0 0.61 0.2 79.68 0.55 0.55
Hex A3 CC 4F 14 0 3D 14 50 37 37
Octal 243 314 117 24 0 75 24 120 67 67
Binary 10100011 11001100 1001111 10100 0 111101 10100 1010000 110111 110111

Color Harmonies of #A3CC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CC4F

Black with #A3CC4F

Text Example


Text Example

White with #A3CC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CC4F; }

 p { color: rgb(163,204,79); }

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

background-color css

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

 a { background-color: rgb(163,204,79); }

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

border-color css

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

 span { border-color: rgb(163,204,79); }

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