Html Css Color HEX #ACF856 Conifer

📋 copy color: '#ACF856'

red 172 ◦ green 248 ◦ blue 86

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

Shades of Conifer #ACF856

Tints of Conifer #ACF856

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.01%

 BLUE value IS 86 (33.98% from 255) = 17%

R = 33.99%
G = 49.01%
B = 17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#ACF856 (or 0xACF856) is known color: Conifer. HEX triplet: AC, F8 and 56. RGB value is (172,248,86). Sum of RGB (Red+Green+Blue) = 172+248+86=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF856 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF856 is #5307A9. Grayscale: #CFCFCF. Windows color (decimal): -5441450 or 5699756. OLE color: 5699756.

HSL color Cylindrical-coordinate representation of color #ACF856: hue angle of 88.15º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACF856 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 86 -
CMYK 0.31 0 0.65 0.03
HSL 88.15º 0.92% 0.65% -
HSV(B) 88.15º 0.65% 0.97% -
XYZ 52.26 76.58 20.83 -
YUV 206.81 59.82 103.17 -
System Red Green Blue C M Y K H S L
Decimal 172 248 86 0.31 0 0.65 0.03 88.15 0.92 0.65
Hex AC F8 56 1F 0 41 3 58 5C 41
Octal 254 370 126 37 0 101 3 130 134 101
Binary 10101100 11111000 1010110 11111 0 1000001 11 1011000 1011100 1000001

Color Harmonies of #ACF856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF856

Black with #ACF856

Text Example


Text Example

White with #ACF856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF856; }

 p { color: rgb(172,248,86); }

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

background-color css

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

 a { background-color: rgb(172,248,86); }

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

border-color css

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

 span { border-color: rgb(172,248,86); }

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