Html Css Color HEX #ACE234 Atlantis

📋 copy color: '#ACE234'

red 172 ◦ green 226 ◦ blue 52

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

Shades of Atlantis #ACE234

Tints of Atlantis #ACE234

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.22%

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

R = 38.22%
G = 50.22%
B = 11.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#ACE234 (or 0xACE234) is known color: Atlantis. HEX triplet: AC, E2 and 34. RGB value is (172,226,52). Sum of RGB (Red+Green+Blue) = 172+226+52=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE234 is #531DCB. Grayscale: #BEBEBE. Windows color (decimal): -5447116 or 3465900. OLE color: 3465900.

HSL color Cylindrical-coordinate representation of color #ACE234: hue angle of 78.62º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACE234 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 226 52 -
CMYK 0.24 0 0.77 0.11
HSL 78.62º 0.75% 0.55% -
HSV(B) 78.62º 0.77% 0.89% -
XYZ 44.83 63.41 13.13 -
YUV 190.02 50.11 115.15 -
System Red Green Blue C M Y K H S L
Decimal 172 226 52 0.24 0 0.77 0.11 78.62 0.75 0.55
Hex AC E2 34 18 0 4D B 4F 4B 37
Octal 254 342 64 30 0 115 13 117 113 67
Binary 10101100 11100010 110100 11000 0 1001101 1011 1001111 1001011 110111

Color Harmonies of #ACE234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE234

Black with #ACE234

Text Example


Text Example

White with #ACE234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE234; }

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

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

background-color css

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

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

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

border-color css

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

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

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