Html Css Color HEX #ACF054 Conifer

📋 copy color: '#ACF054'

red 172 ◦ green 240 ◦ blue 84

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

Shades of Conifer #ACF054

Tints of Conifer #ACF054

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.39%

 BLUE value IS 84 (33.2% from 255) = 16.94%

R = 34.68%
G = 48.39%
B = 16.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#ACF054 (or 0xACF054) is known color: Conifer. HEX triplet: AC, F0 and 54. RGB value is (172,240,84). Sum of RGB (Red+Green+Blue) = 172+240+84=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 84 (33.20% from 255 or 16.94% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF054 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF054 is #530FAB. Grayscale: #CACACA. Windows color (decimal): -5443500 or 5566636. OLE color: 5566636.

HSL color Cylindrical-coordinate representation of color #ACF054: hue angle of 86.15º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACF054 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 84 -
CMYK 0.28 0 0.65 0.06
HSL 86.15º 0.84% 0.64% -
HSV(B) 86.15º 0.65% 0.94% -
XYZ 49.77 71.73 19.61 -
YUV 201.88 61.47 106.68 -
System Red Green Blue C M Y K H S L
Decimal 172 240 84 0.28 0 0.65 0.06 86.15 0.84 0.64
Hex AC F0 54 1C 0 41 6 56 54 40
Octal 254 360 124 34 0 101 6 126 124 100
Binary 10101100 11110000 1010100 11100 0 1000001 110 1010110 1010100 1000000

Color Harmonies of #ACF054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF054

Black with #ACF054

Text Example


Text Example

White with #ACF054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF054; }

 p { color: rgb(172,240,84); }

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

background-color css

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

 a { background-color: rgb(172,240,84); }

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

border-color css

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

 span { border-color: rgb(172,240,84); }

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