Html Css Color HEX #ACF961 Conifer

📋 copy color: '#ACF961'

red 172 ◦ green 249 ◦ blue 97

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

Shades of Conifer #ACF961

Tints of Conifer #ACF961

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.07%

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

R = 33.2%
G = 48.07%
B = 18.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#ACF961 (or 0xACF961) is known color: Conifer. HEX triplet: AC, F9 and 61. RGB value is (172,249,97). Sum of RGB (Red+Green+Blue) = 172+249+97=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF961 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF961 is #53069E. Grayscale: #D1D1D1. Windows color (decimal): -5441183 or 6420908. OLE color: 6420908.

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

Color convert

RGB 172 249 97 -
CMYK 0.31 0 0.61 0.02
HSL 90.39º 0.93% 0.68% -
HSV(B) 90.39º 0.61% 0.98% -
XYZ 53.05 77.39 23.45 -
YUV 208.65 64.99 101.86 -
System Red Green Blue C M Y K H S L
Decimal 172 249 97 0.31 0 0.61 0.02 90.39 0.93 0.68
Hex AC F9 61 1F 0 3D 2 5A 5D 44
Octal 254 371 141 37 0 75 2 132 135 104
Binary 10101100 11111001 1100001 11111 0 111101 10 1011010 1011101 1000100

Color Harmonies of #ACF961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF961

Black with #ACF961

Text Example


Text Example

White with #ACF961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF961; }

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

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

background-color css

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

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

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

border-color css

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

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

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