Html Css Color HEX #ACF861 Conifer

📋 copy color: '#ACF861'

red 172 ◦ green 248 ◦ blue 97

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

Shades of Conifer #ACF861

Tints of Conifer #ACF861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.76%

R = 33.27%
G = 47.97%
B = 18.76%

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

#ACF861 (or 0xACF861) is known color: Conifer. HEX triplet: AC, F8 and 61. RGB value is (172,248,97). Sum of RGB (Red+Green+Blue) = 172+248+97=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF861 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF861 is #53079E. Grayscale: #D0D0D0. Windows color (decimal): -5441439 or 6420652. OLE color: 6420652.

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

Color convert

RGB 172 248 97 -
CMYK 0.31 0 0.61 0.03
HSL 90.2º 0.92% 0.68% -
HSV(B) 90.2º 0.61% 0.97% -
XYZ 52.74 76.77 23.35 -
YUV 208.06 65.32 102.28 -
System Red Green Blue C M Y K H S L
Decimal 172 248 97 0.31 0 0.61 0.03 90.2 0.92 0.68
Hex AC F8 61 1F 0 3D 3 5A 5C 44
Octal 254 370 141 37 0 75 3 132 134 104
Binary 10101100 11111000 1100001 11111 0 111101 11 1011010 1011100 1000100

Color Harmonies of #ACF861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF861

Black with #ACF861

Text Example


Text Example

White with #ACF861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF861; }

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

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

background-color css

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

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

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

border-color css

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

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

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