Html Css Color HEX #A4CE48 Atlantis

📋 copy color: '#A4CE48'

red 164 ◦ green 206 ◦ blue 72

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

Shades of Atlantis #A4CE48

Tints of Atlantis #A4CE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.29%

R = 37.1%
G = 46.61%
B = 16.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#A4CE48 (or 0xA4CE48) is known color: Atlantis. HEX triplet: A4, CE and 48. RGB value is (164,206,72). Sum of RGB (Red+Green+Blue) = 164+206+72=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CE48 is #5B31B7. Grayscale: #B2B2B2. Windows color (decimal): -5976504 or 4771492. OLE color: 4771492.

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

Color convert

RGB 164 206 72 -
CMYK 0.20 0 0.65 0.19
HSL 78.81º 0.58% 0.55% -
HSV(B) 78.81º 0.65% 0.81% -
XYZ 38.55 52.5 14.23 -
YUV 178.17 68.09 117.9 -
System Red Green Blue C M Y K H S L
Decimal 164 206 72 0.20 0 0.65 0.19 78.81 0.58 0.55
Hex A4 CE 48 14 0 41 13 4F 3A 37
Octal 244 316 110 24 0 101 23 117 72 67
Binary 10100100 11001110 1001000 10100 0 1000001 10011 1001111 111010 110111

Color Harmonies of #A4CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CE48

Black with #A4CE48

Text Example


Text Example

White with #A4CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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