Html Css Color HEX #A4CA3C Atlantis

📋 copy color: '#A4CA3C'

red 164 ◦ green 202 ◦ blue 60

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

Shades of Atlantis #A4CA3C

Tints of Atlantis #A4CA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.08%

R = 38.5%
G = 47.42%
B = 14.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#A4CA3C (or 0xA4CA3C) is known color: Atlantis. HEX triplet: A4, CA and 3C. RGB value is (164,202,60). Sum of RGB (Red+Green+Blue) = 164+202+60=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CA3C is #5B35C3. Grayscale: #AEAEAE. Windows color (decimal): -5977540 or 3984036. OLE color: 3984036.

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

Color convert

RGB 164 202 60 -
CMYK 0.19 0 0.70 0.21
HSL 76.06º 0.57% 0.51% -
HSV(B) 76.06º 0.7% 0.79% -
XYZ 37.25 50.46 12.05 -
YUV 174.45 63.41 120.55 -
System Red Green Blue C M Y K H S L
Decimal 164 202 60 0.19 0 0.70 0.21 76.06 0.57 0.51
Hex A4 CA 3C 13 0 46 15 4C 39 33
Octal 244 312 74 23 0 106 25 114 71 63
Binary 10100100 11001010 111100 10011 0 1000110 10101 1001100 111001 110011

Color Harmonies of #A4CA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA3C

Black with #A4CA3C

Text Example


Text Example

White with #A4CA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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