Html Css Color HEX #A4CE45 Atlantis

📋 copy color: '#A4CE45'

red 164 ◦ green 206 ◦ blue 69

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

Shades of Atlantis #A4CE45

Tints of Atlantis #A4CE45

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.92%

 BLUE value IS 69 (27.34% from 255) = 15.72%

R = 37.36%
G = 46.92%
B = 15.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#A4CE45 (or 0xA4CE45) is known color: Atlantis. HEX triplet: A4, CE and 45. RGB value is (164,206,69). Sum of RGB (Red+Green+Blue) = 164+206+69=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CE45 is #5B31BA. Grayscale: #B2B2B2. Windows color (decimal): -5976507 or 4574884. OLE color: 4574884.

HSL color Cylindrical-coordinate representation of color #A4CE45: hue angle of 78.39º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4CE45 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 206 69 -
CMYK 0.20 0 0.67 0.19
HSL 78.39º 0.58% 0.54% -
HSV(B) 78.39º 0.67% 0.81% -
XYZ 38.46 52.46 13.73 -
YUV 177.82 66.59 118.14 -
System Red Green Blue C M Y K H S L
Decimal 164 206 69 0.20 0 0.67 0.19 78.39 0.58 0.54
Hex A4 CE 45 14 0 43 13 4E 3A 36
Octal 244 316 105 24 0 103 23 116 72 66
Binary 10100100 11001110 1000101 10100 0 1000011 10011 1001110 111010 110110

Color Harmonies of #A4CE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CE45

Black with #A4CE45

Text Example


Text Example

White with #A4CE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CE45; }

 p { color: rgb(164,206,69); }

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

background-color css

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

 a { background-color: rgb(164,206,69); }

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

border-color css

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

 span { border-color: rgb(164,206,69); }

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