Html Css Color HEX #A4C84D Atlantis

📋 copy color: '#A4C84D'

red 164 ◦ green 200 ◦ blue 77

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

Shades of Atlantis #A4C84D

Tints of Atlantis #A4C84D

RGB

 RED value IS 164 (64.45% from 255) = 37.19%

 GREEN value IS 200 (78.52% from 255) = 45.35%

 BLUE value IS 77 (30.47% from 255) = 17.46%

R = 37.19%
G = 45.35%
B = 17.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#A4C84D (or 0xA4C84D) is known color: Atlantis. HEX triplet: A4, C8 and 4D. RGB value is (164,200,77). Sum of RGB (Red+Green+Blue) = 164+200+77=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C84D is #5B37B2. Grayscale: #AFAFAF. Windows color (decimal): -5978035 or 5097636. OLE color: 5097636.

HSL color Cylindrical-coordinate representation of color #A4C84D: hue angle of 77.56º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4C84D is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 200 77 -
CMYK 0.18 0 0.62 0.22
HSL 77.56º 0.53% 0.54% -
HSV(B) 77.56º 0.62% 0.78% -
XYZ 37.3 49.74 14.66 -
YUV 175.21 72.57 120 -
System Red Green Blue C M Y K H S L
Decimal 164 200 77 0.18 0 0.62 0.22 77.56 0.53 0.54
Hex A4 C8 4D 12 0 3E 16 4E 35 36
Octal 244 310 115 22 0 76 26 116 65 66
Binary 10100100 11001000 1001101 10010 0 111110 10110 1001110 110101 110110

Color Harmonies of #A4C84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C84D

Black with #A4C84D

Text Example


Text Example

White with #A4C84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C84D; }

 p { color: rgb(164,200,77); }

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

background-color css

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

 a { background-color: rgb(164,200,77); }

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

border-color css

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

 span { border-color: rgb(164,200,77); }

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