Html Css Color HEX #A4CA44 Atlantis

📋 copy color: '#A4CA44'

red 164 ◦ green 202 ◦ blue 68

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

Shades of Atlantis #A4CA44

Tints of Atlantis #A4CA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.67%

R = 37.79%
G = 46.54%
B = 15.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#A4CA44 (or 0xA4CA44) is known color: Atlantis. HEX triplet: A4, CA and 44. RGB value is (164,202,68). Sum of RGB (Red+Green+Blue) = 164+202+68=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CA44 is #5B35BB. Grayscale: #AFAFAF. Windows color (decimal): -5977532 or 4508324. OLE color: 4508324.

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

Color convert

RGB 164 202 68 -
CMYK 0.19 0 0.66 0.21
HSL 77.01º 0.56% 0.53% -
HSV(B) 77.01º 0.66% 0.79% -
XYZ 37.47 50.55 13.25 -
YUV 175.36 67.41 119.9 -
System Red Green Blue C M Y K H S L
Decimal 164 202 68 0.19 0 0.66 0.21 77.01 0.56 0.53
Hex A4 CA 44 13 0 42 15 4D 38 35
Octal 244 312 104 23 0 102 25 115 70 65
Binary 10100100 11001010 1000100 10011 0 1000010 10101 1001101 111000 110101

Color Harmonies of #A4CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA44

Black with #A4CA44

Text Example


Text Example

White with #A4CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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