Html Css Color HEX #ACF860 Conifer

📋 copy color: '#ACF860'

red 172 ◦ green 248 ◦ blue 96

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

Shades of Conifer #ACF860

Tints of Conifer #ACF860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.6%

R = 33.33%
G = 48.06%
B = 18.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#ACF860 (or 0xACF860) is known color: Conifer. HEX triplet: AC, F8 and 60. RGB value is (172,248,96). Sum of RGB (Red+Green+Blue) = 172+248+96=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF860 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF860 is #53079F. Grayscale: #D0D0D0. Windows color (decimal): -5441440 or 6355116. OLE color: 6355116.

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

Color convert

RGB 172 248 96 -
CMYK 0.31 0 0.61 0.03
HSL 90º 0.92% 0.67% -
HSV(B) 90º 0.61% 0.97% -
XYZ 52.69 76.75 23.1 -
YUV 207.95 64.82 102.36 -
System Red Green Blue C M Y K H S L
Decimal 172 248 96 0.31 0 0.61 0.03 90 0.92 0.67
Hex AC F8 60 1F 0 3D 3 5A 5C 43
Octal 254 370 140 37 0 75 3 132 134 103
Binary 10101100 11111000 1100000 11111 0 111101 11 1011010 1011100 1000011

Color Harmonies of #ACF860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF860

Black with #ACF860

Text Example


Text Example

White with #ACF860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF860; }

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

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

background-color css

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

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

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

border-color css

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

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

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