Html Css Color HEX #ACE134 Atlantis

📋 copy color: '#ACE134'

red 172 ◦ green 225 ◦ blue 52

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

Shades of Atlantis #ACE134

Tints of Atlantis #ACE134

RGB

 RED value IS 172 (67.58% from 255) = 38.31%

 GREEN value IS 225 (88.28% from 255) = 50.11%

 BLUE value IS 52 (20.7% from 255) = 11.58%

R = 38.31%
G = 50.11%
B = 11.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#ACE134 (or 0xACE134) is known color: Atlantis. HEX triplet: AC, E1 and 34. RGB value is (172,225,52). Sum of RGB (Red+Green+Blue) = 172+225+52=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE134 is #531ECB. Grayscale: #BEBEBE. Windows color (decimal): -5447372 or 3465644. OLE color: 3465644.

HSL color Cylindrical-coordinate representation of color #ACE134: hue angle of 78.38º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACE134 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 225 52 -
CMYK 0.24 0 0.77 0.12
HSL 78.38º 0.74% 0.54% -
HSV(B) 78.38º 0.77% 0.88% -
XYZ 44.56 62.87 13.04 -
YUV 189.43 50.44 115.57 -
System Red Green Blue C M Y K H S L
Decimal 172 225 52 0.24 0 0.77 0.12 78.38 0.74 0.54
Hex AC E1 34 18 0 4D C 4E 4A 36
Octal 254 341 64 30 0 115 14 116 112 66
Binary 10101100 11100001 110100 11000 0 1001101 1100 1001110 1001010 110110

Color Harmonies of #ACE134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE134

Black with #ACE134

Text Example


Text Example

White with #ACE134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE134; }

 p { color: rgb(172,225,52); }

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

background-color css

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

 a { background-color: rgb(172,225,52); }

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

border-color css

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

 span { border-color: rgb(172,225,52); }

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