Html Css Color HEX #A4CA40 Atlantis

📋 copy color: '#A4CA40'

red 164 ◦ green 202 ◦ blue 64

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

Shades of Atlantis #A4CA40

Tints of Atlantis #A4CA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.88%

R = 38.14%
G = 46.98%
B = 14.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#A4CA40 (or 0xA4CA40) is known color: Atlantis. HEX triplet: A4, CA and 40. RGB value is (164,202,64). Sum of RGB (Red+Green+Blue) = 164+202+64=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CA40 is #5B35BF. Grayscale: #AFAFAF. Windows color (decimal): -5977536 or 4246180. OLE color: 4246180.

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

Color convert

RGB 164 202 64 -
CMYK 0.19 0 0.68 0.21
HSL 76.52º 0.57% 0.52% -
HSV(B) 76.52º 0.68% 0.79% -
XYZ 37.36 50.5 12.63 -
YUV 174.91 65.41 120.22 -
System Red Green Blue C M Y K H S L
Decimal 164 202 64 0.19 0 0.68 0.21 76.52 0.57 0.52
Hex A4 CA 40 13 0 44 15 4D 39 34
Octal 244 312 100 23 0 104 25 115 71 64
Binary 10100100 11001010 1000000 10011 0 1000100 10101 1001101 111001 110100

Color Harmonies of #A4CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA40

Black with #A4CA40

Text Example


Text Example

White with #A4CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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