Html Css Color HEX #A4CA4C Atlantis

📋 copy color: '#A4CA4C'

red 164 ◦ green 202 ◦ blue 76

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

Shades of Atlantis #A4CA4C

Tints of Atlantis #A4CA4C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.7%

 BLUE value IS 76 (30.08% from 255) = 17.19%

R = 37.1%
G = 45.7%
B = 17.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#A4CA4C (or 0xA4CA4C) is known color: Atlantis. HEX triplet: A4, CA and 4C. RGB value is (164,202,76). Sum of RGB (Red+Green+Blue) = 164+202+76=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CA4C is #5B35B3. Grayscale: #B0B0B0. Windows color (decimal): -5977524 or 5032612. OLE color: 5032612.

HSL color Cylindrical-coordinate representation of color #A4CA4C: hue angle of 78.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4CA4C is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 202 76 -
CMYK 0.19 0 0.62 0.21
HSL 78.1º 0.54% 0.55% -
HSV(B) 78.1º 0.62% 0.79% -
XYZ 37.73 50.66 14.63 -
YUV 176.27 71.41 119.25 -
System Red Green Blue C M Y K H S L
Decimal 164 202 76 0.19 0 0.62 0.21 78.1 0.54 0.55
Hex A4 CA 4C 13 0 3E 15 4E 36 37
Octal 244 312 114 23 0 76 25 116 66 67
Binary 10100100 11001010 1001100 10011 0 111110 10101 1001110 110110 110111

Color Harmonies of #A4CA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA4C

Black with #A4CA4C

Text Example


Text Example

White with #A4CA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA4C; }

 p { color: rgb(164,202,76); }

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

background-color css

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

 a { background-color: rgb(164,202,76); }

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

border-color css

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

 span { border-color: rgb(164,202,76); }

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