Html Css Color HEX #ACE252 Conifer

📋 copy color: '#ACE252'

red 172 ◦ green 226 ◦ blue 82

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

Shades of Conifer #ACE252

Tints of Conifer #ACE252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.08%

R = 35.83%
G = 47.08%
B = 17.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#ACE252 (or 0xACE252) is known color: Conifer. HEX triplet: AC, E2 and 52. RGB value is (172,226,82). Sum of RGB (Red+Green+Blue) = 172+226+82=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE252 is #531DAD. Grayscale: #C1C1C1. Windows color (decimal): -5447086 or 5431980. OLE color: 5431980.

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

Color convert

RGB 172 226 82 -
CMYK 0.24 0 0.64 0.11
HSL 82.5º 0.71% 0.6% -
HSV(B) 82.5º 0.64% 0.89% -
XYZ 45.73 63.77 17.88 -
YUV 193.44 65.11 112.71 -
System Red Green Blue C M Y K H S L
Decimal 172 226 82 0.24 0 0.64 0.11 82.5 0.71 0.6
Hex AC E2 52 18 0 40 B 52 47 3C
Octal 254 342 122 30 0 100 13 122 107 74
Binary 10101100 11100010 1010010 11000 0 1000000 1011 1010010 1000111 111100

Color Harmonies of #ACE252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE252

Black with #ACE252

Text Example


Text Example

White with #ACE252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE252; }

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

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

background-color css

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

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

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

border-color css

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

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

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