Html Css Color HEX #ACF556 Conifer

📋 copy color: '#ACF556'

red 172 ◦ green 245 ◦ blue 86

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

Shades of Conifer #ACF556

Tints of Conifer #ACF556

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.71%

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

R = 34.19%
G = 48.71%
B = 17.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#ACF556 (or 0xACF556) is known color: Conifer. HEX triplet: AC, F5 and 56. RGB value is (172,245,86). Sum of RGB (Red+Green+Blue) = 172+245+86=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF556 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF556 is #530AA9. Grayscale: #CDCDCD. Windows color (decimal): -5442218 or 5698988. OLE color: 5698988.

HSL color Cylindrical-coordinate representation of color #ACF556: hue angle of 87.55º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACF556 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 86 -
CMYK 0.30 0 0.65 0.04
HSL 87.55º 0.89% 0.65% -
HSV(B) 87.55º 0.65% 0.96% -
XYZ 51.35 74.75 20.53 -
YUV 205.05 60.82 104.43 -
System Red Green Blue C M Y K H S L
Decimal 172 245 86 0.30 0 0.65 0.04 87.55 0.89 0.65
Hex AC F5 56 1E 0 41 4 58 59 41
Octal 254 365 126 36 0 101 4 130 131 101
Binary 10101100 11110101 1010110 11110 0 1000001 100 1011000 1011001 1000001

Color Harmonies of #ACF556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF556

Black with #ACF556

Text Example


Text Example

White with #ACF556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF556; }

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

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

background-color css

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

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

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

border-color css

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

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

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