Html Css Color HEX #A4CA46 Atlantis

📋 copy color: '#A4CA46'

red 164 ◦ green 202 ◦ blue 70

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

Shades of Atlantis #A4CA46

Tints of Atlantis #A4CA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.06%

R = 37.61%
G = 46.33%
B = 16.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#A4CA46 (or 0xA4CA46) is known color: Atlantis. HEX triplet: A4, CA and 46. RGB value is (164,202,70). Sum of RGB (Red+Green+Blue) = 164+202+70=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CA46 is #5B35B9. Grayscale: #B0B0B0. Windows color (decimal): -5977530 or 4639396. OLE color: 4639396.

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

Color convert

RGB 164 202 70 -
CMYK 0.19 0 0.65 0.21
HSL 77.27º 0.55% 0.53% -
HSV(B) 77.27º 0.65% 0.79% -
XYZ 37.54 50.58 13.58 -
YUV 175.59 68.41 119.73 -
System Red Green Blue C M Y K H S L
Decimal 164 202 70 0.19 0 0.65 0.21 77.27 0.55 0.53
Hex A4 CA 46 13 0 41 15 4D 37 35
Octal 244 312 106 23 0 101 25 115 67 65
Binary 10100100 11001010 1000110 10011 0 1000001 10101 1001101 110111 110101

Color Harmonies of #A4CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA46

Black with #A4CA46

Text Example


Text Example

White with #A4CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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