Html Css Color HEX #ACE450 Conifer

📋 copy color: '#ACE450'

red 172 ◦ green 228 ◦ blue 80

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

Shades of Conifer #ACE450

Tints of Conifer #ACE450

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.5%

 BLUE value IS 80 (31.64% from 255) = 16.67%

R = 35.83%
G = 47.5%
B = 16.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#ACE450 (or 0xACE450) is known color: Conifer. HEX triplet: AC, E4 and 50. RGB value is (172,228,80). Sum of RGB (Red+Green+Blue) = 172+228+80=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE450 is #531BAF. Grayscale: #C2C2C2. Windows color (decimal): -5446576 or 5301420. OLE color: 5301420.

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

Color convert

RGB 172 228 80 -
CMYK 0.25 0 0.65 0.11
HSL 82.7º 0.73% 0.6% -
HSV(B) 82.7º 0.65% 0.89% -
XYZ 46.2 64.84 17.67 -
YUV 194.38 63.45 112.03 -
System Red Green Blue C M Y K H S L
Decimal 172 228 80 0.25 0 0.65 0.11 82.7 0.73 0.6
Hex AC E4 50 19 0 41 B 53 49 3C
Octal 254 344 120 31 0 101 13 123 111 74
Binary 10101100 11100100 1010000 11001 0 1000001 1011 1010011 1001001 111100

Color Harmonies of #ACE450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE450

Black with #ACE450

Text Example


Text Example

White with #ACE450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE450; }

 p { color: rgb(172,228,80); }

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

background-color css

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

 a { background-color: rgb(172,228,80); }

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

border-color css

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

 span { border-color: rgb(172,228,80); }

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