Html Css Color HEX #A4CA42 Atlantis

📋 copy color: '#A4CA42'

red 164 ◦ green 202 ◦ blue 66

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

Shades of Atlantis #A4CA42

Tints of Atlantis #A4CA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.28%

R = 37.96%
G = 46.76%
B = 15.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#A4CA42 (or 0xA4CA42) is known color: Atlantis. HEX triplet: A4, CA and 42. RGB value is (164,202,66). Sum of RGB (Red+Green+Blue) = 164+202+66=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CA42 is #5B35BD. Grayscale: #AFAFAF. Windows color (decimal): -5977534 or 4377252. OLE color: 4377252.

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

Color convert

RGB 164 202 66 -
CMYK 0.19 0 0.67 0.21
HSL 76.76º 0.56% 0.53% -
HSV(B) 76.76º 0.67% 0.79% -
XYZ 37.41 50.53 12.94 -
YUV 175.13 66.41 120.06 -
System Red Green Blue C M Y K H S L
Decimal 164 202 66 0.19 0 0.67 0.21 76.76 0.56 0.53
Hex A4 CA 42 13 0 43 15 4D 38 35
Octal 244 312 102 23 0 103 25 115 70 65
Binary 10100100 11001010 1000010 10011 0 1000011 10101 1001101 111000 110101

Color Harmonies of #A4CA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA42

Black with #A4CA42

Text Example


Text Example

White with #A4CA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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