Html Css Color HEX #ACF061 Conifer

📋 copy color: '#ACF061'

red 172 ◦ green 240 ◦ blue 97

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

Shades of Conifer #ACF061

Tints of Conifer #ACF061

RGB

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

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

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

R = 33.79%
G = 47.15%
B = 19.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#ACF061 (or 0xACF061) is known color: Conifer. HEX triplet: AC, F0 and 61. RGB value is (172,240,97). Sum of RGB (Red+Green+Blue) = 172+240+97=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF061 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF061 is #530F9E. Grayscale: #CBCBCB. Windows color (decimal): -5443487 or 6418604. OLE color: 6418604.

HSL color Cylindrical-coordinate representation of color #ACF061: hue angle of 88.53º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACF061 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 97 -
CMYK 0.28 0 0.60 0.06
HSL 88.53º 0.83% 0.66% -
HSV(B) 88.53º 0.6% 0.94% -
XYZ 50.33 71.95 22.55 -
YUV 203.37 67.97 105.63 -
System Red Green Blue C M Y K H S L
Decimal 172 240 97 0.28 0 0.60 0.06 88.53 0.83 0.66
Hex AC F0 61 1C 0 3C 6 59 53 42
Octal 254 360 141 34 0 74 6 131 123 102
Binary 10101100 11110000 1100001 11100 0 111100 110 1011001 1010011 1000010

Color Harmonies of #ACF061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF061

Black with #ACF061

Text Example


Text Example

White with #ACF061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF061; }

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

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

background-color css

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

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

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

border-color css

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

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

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